From b86087b2af8dd0797951ddbc3726a3fb31795408 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Thu, 25 Nov 2021 09:52:56 +0800 Subject: [PATCH] Detect as Go. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..b10d97ce1c1c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.go linguist-detectable=true +*.js linguist-detectable=false \ No newline at end of file