Преглед изворни кода

chore: update .gitattributes

CaIon пре 1 недеља
родитељ
комит
982dc5c56a
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      .gitattributes

+ 5 - 1
.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