1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

style: 调整 GitHub 语言识别

This commit is contained in:
涵曦
2025-02-06 22:14:03 +08:00
parent 8fbff212cc
commit 5943019058

12
.gitattributes vendored Normal file
View File

@@ -0,0 +1,12 @@
# 指定 Python 为主要语言
*.py linguist-detectable=true
# 将 HTML 和 JavaScript 归类为文档或前端资源,降低权重
*.html linguist-vendored
*.js linguist-vendored
*.css linguist-vendored
# 如果有前端框架(如 Vue 或 React也可以添加
*.vue linguist-vendored
*.tsx linguist-vendored
*.jsx linguist-vendored