Browse Source

Add .gitattributes to mark frontend as vendored

CaIon 4 weeks ago
parent
commit
3766e3248f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+# Mark web frontend as vendored so GitHub recognizes this as a Go project
+web/** linguist-vendored
+
+# Also mark electron files as vendored
+electron/** linguist-vendored