chore: update .gitattributes

This commit is contained in:
CaIon
2026-02-25 14:55:33 +08:00
parent 4a4cf0a0df
commit 982dc5c56a

6
.gitattributes vendored
View File

@@ -34,5 +34,9 @@
# ============================================
# GitHub Linguist - Language Detection
# ============================================
# Mark web frontend as vendored so GitHub recognizes this as a Go project
electron/** linguist-vendored
web/** linguist-vendored
# Un-vendor core frontend source to keep JavaScript visible in language stats
web/src/components/** linguist-vendored=false
web/src/pages/** linguist-vendored=false