From 4f9c1b5aeccb7c0e1b7f37889c4fda208d4bff9a Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sun, 22 May 2022 16:27:15 -0500 Subject: [PATCH] Created .gitattributes file --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e570e8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.html linguist-detectable=false +*.js linguist-detectable=false +*.css linguist-detectable=false + +static/* linguist-vendored +static/src/* \ No newline at end of file