From a1a46344b22e96897bfa2919ddd721d257b5acc1 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 11 Jul 2023 11:18:01 +0800 Subject: [PATCH] add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4528440 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=go +*.css linguist-language=go +*.scss linguist-language=go +*.html linguist-language=go \ No newline at end of file