2
0
mirror of https://github.com/QuantumNous/new-api.git synced 2026-08-31 02:41:34 +00:00

Update .gitattributes

This commit is contained in:
CaIon 2026-07-29 13:45:10 +08:00
parent afe16c64cd
commit c27d1ef651
No known key found for this signature in database
GPG Key ID: 0CFA613529A9921D

6
.gitattributes vendored
View File

@ -34,4 +34,10 @@
# ============================================
# GitHub Linguist - Language Detection
# ============================================
# Keep frontend TypeScript logic visible while excluding the TSX view layer,
# whose markup-heavy files otherwise outweigh the primary Go service by bytes.
web/**/*.tsx -linguist-detectable
electron/** linguist-vendored
# TanStack Router regenerates this manifest from the route source files.
web/src/routeTree.gen.ts linguist-generated