From cee6a8df8b20fb3780bcefbcf3b37f9f7a14daaa Mon Sep 17 00:00:00 2001 From: theMackabu Date: Tue, 24 Sep 2024 20:02:19 -0700 Subject: [PATCH] add gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9435986 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# hide pre-built files +*.js linguist-detectable=false +*.css linguist-detectable=false +*.html linguist-detectable=false \ No newline at end of file -- GitLab