From 20b9995135ce92ba323235c8e805631a80dd95d7 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Thu, 25 Nov 2021 09:59:43 +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 00000000..b10d97ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.go linguist-detectable=true +*.js linguist-detectable=false \ No newline at end of file