Browse Source

gitignore: allow shipping wasm libs with vendored files (#2207)

mmetc 2 năm trước cách đây
mục cha
commit
fcf44f7b31
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -8,6 +8,9 @@
 .pc
 .vscode
 
+# If vendor is included, allow prebuilt (wasm?) libraries.
+!vendor/**/*.so
+
 # Test binaries, built with `go test -c`
 *.test
 *.cover