From ee3fc86859a5c71a479b96d07b7a919c7aaa8e7b Mon Sep 17 00:00:00 2001 From: Mike Young Date: Fri, 29 Nov 2019 20:10:26 -0500 Subject: [PATCH] Fix reporting wrong language to github --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a1981d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* linguist-vendored +*.py linguist-vendored=false