From 342bf62ef67d0fd0e8981b18e7dfd88245086ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 10 Oct 2024 23:47:37 +0800 Subject: [PATCH] feat: hack files language --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..62526aad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.sh linguist-language=Go +*.ts linguist-language=Go +*.js linguist-language=Go +*.css linguist-language=Go +*.scss linguist-language=Go +*.html linguist-language=Go \ No newline at end of file