Prechádzať zdrojové kódy

Add .gitattributes to mark frontend as vendored

CaIon 4 týždňov pred
rodič
commit
3766e3248f
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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