From ca46f821d9756c5cd461ec7bebd153c162e5b6ae Mon Sep 17 00:00:00 2001 From: hantmac Date: Mon, 3 Feb 2020 19:48:14 +0800 Subject: [PATCH] fix language show --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..cc05c630f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.md linguist-language=Go +*.yml linguist-language=Go +*.html linguist-language=Go +*.js linguist-language=Go +*.xml linguist-language=Go +*.css linguist-language=Go +*.sql linguist-language=Go +*.uml linguist-language=Go +*.cmd linguist-language=Go