wa-lang.org/wazero@v1.0.2/.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 12 # Test binary, built with `go test -c` 13 *.test 14 15 # Output of the go coverage tool, specifically when used with LiteIDE 16 *.out 17 18 # Dependency directories (remove the comment below to include it) 19 # vendor/ 20 21 # Go workspace file 22 go.work 23 24 # Goland 25 .idea 26 27 # AssemblyScript 28 node_modules 29 package-lock.json 30 31 # codecov.io 32 /coverage.txt 33 34 .vagrant 35 36 zig-cache/ 37 zig-out/ 38 39 .DS_Store