소스 검색

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