From 50cb557134f0e26c3557aa3522ea3eb009b988ec 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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..124f9904bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.java linguist-detectable=false -- GitLab