From d0e23e1e0f45b1e5619f763573507d0d327ba7a1 Mon Sep 17 00:00:00 2001 From: CaIon Date: Mon, 20 Jul 2026 16:53:08 +0800 Subject: [PATCH] chore: include frontend in language stats --- .gitattributes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index e6be7c1b..bd3e618e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,8 +35,3 @@ # GitHub Linguist - Language Detection # ============================================ 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