From 4f33460d4516698fd91c01f5b89af52f9e66ac33 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 20 Jun 2025 14:45:22 +0800 Subject: [PATCH] chore: remove .gitattributes file to simplify language detection --- .gitattributes | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 04173c3b..00000000 --- a/.gitattributes +++ /dev/null @@ -1,11 +0,0 @@ -*.md linguist-language=Go -*.yml linguist-language=Go -*.html linguist-language=Go -*.js linguist-language=Go -*.ts linguist-language=Go -*.vue linguist-language=Go -*.xml linguist-language=Go -*.css linguist-language=Go -*.sql linguist-language=Go -*.uml linguist-language=Go -*.cmd linguist-language=Go