From 88f414e0b668f0c0002d481be42e06b37b6d2d11 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Sat, 10 Sep 2022 14:33:46 -0500 Subject: [PATCH] added gitattributes with linguist ignores --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a2a7d06 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.html linguist-detectable=false +*.py linguist-detectable=false +Makefile linguist-detectable=false \ No newline at end of file