1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-05 14:42:50 +08:00
Files
xiaomusic/.gitattributes
2025-02-06 22:14:03 +08:00

13 lines
348 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 指定 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