From 80722a7315b2063e7e85a683ef82164baab6e648 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 22 May 2025 00:17:43 +0800 Subject: [PATCH] Fix language detection --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..446be28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.scss linguist-detectable=false +*.html linguist-language=HTML +*.css linguist-language=CSS +*.js linguist-language=JavaScript