From 601490b86b855be72f1351c56ccf54198683945a Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 7 Mar 2022 14:46:48 +0800 Subject: [PATCH] use .gitattributes to fool github language detect on python --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..912b302ad2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py linguist-detectable=false -- GitLab