瀏覽代碼

Add .gitattributes to mark frontend as vendored

CaIon 4 周之前
父節點
當前提交
3766e3248f
共有 1 個文件被更改,包括 5 次插入0 次删除
  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