chore: 添加 .gitattributes 文件并设置语言为 GO

- 新建 .gitattributes 文件
- 设置 *.js、*.css 和 *.html 文件的语言为 GO
- 这样可以帮助 GitHub 正确识别项目语言
This commit is contained in:
zcool321
2025-06-23 14:46:25 +08:00
parent d104cb9e2a
commit 52f9bcef61

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.js linguist-language=GO
*.css linguist-language=GO
*.html linguist-language=GO