github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/.gitignore (about) 1 # If you prefer the allow list template instead of the deny list, see community template: 2 # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 3 # 4 # Binaries for programs and plugins 5 *.exe 6 *.exe~ 7 *.dll 8 *.so 9 *.dylib 10 /wazero 11 build 12 dist 13 14 # Test binary, built with `go test -c` 15 *.test 16 17 # Output of the go coverage tool, specifically when used with LiteIDE 18 *.out 19 20 # Dependency directories (remove the comment below to include it) 21 # vendor/ 22 23 # Go workspace file 24 go.work 25 26 # Goland 27 .idea 28 29 # AssemblyScript 30 node_modules 31 package-lock.json 32 33 # codecov.io 34 /coverage.txt 35 36 .vagrant 37 38 zig-cache/ 39 zig-out/ 40 41 .DS_Store 42 43 # Ignore compiled stdlib test cases. 44 /internal/integration_test/stdlibs/testdata