mirror of
https://gitee.com/goflyfox/gmanager.git
synced 2025-12-06 09:19:03 +08:00
chore: 添加 .gitattributes 文件并设置语言为 GO
- 新建 .gitattributes 文件 - 设置 *.js、*.css 和 *.html 文件的语言为 GO - 这样可以帮助 GitHub 正确识别项目语言
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.js linguist-language=GO
|
||||
*.css linguist-language=GO
|
||||
*.html linguist-language=GO
|
||||
Reference in New Issue
Block a user