From 06b9f0dbded529a11568f089e37df1b0db9a1647 Mon Sep 17 00:00:00 2001 From: Omid The Great Date: Sat, 3 Feb 2024 20:42:48 +0330 Subject: [PATCH] Improve: Undetectable dart api --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad4e1a9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.h linguist-detectable=false +*.c linguist-detectable=false \ No newline at end of file