From ebd31e41aa469b3b7e79174d8d9891cee147b674 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 8 Jul 2022 14:37:22 +0200 Subject: [PATCH] ensure project is listed as python --- .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