From 982dc5c56afd21225368f3da26030829ea3d1dd7 Mon Sep 17 00:00:00 2001 From: CaIon Date: Wed, 25 Feb 2026 14:55:33 +0800 Subject: [PATCH] chore: update .gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 63328aaf1..e6be7c1b8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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