From ecb8abdf835e2b02141b7a98029a9c4af3e33141 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sat, 28 Sep 2019 00:19:28 -0400 Subject: [PATCH] gitattributes added --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8899862 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html linguist-detectable=false +*.py linguist-detectable=true