Explorar o código

Add .gitattributes to mark frontend as vendored

CaIon hai 4 semanas
pai
achega
3766e3248f
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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