github.com/goplus/gox@v1.14.13-0.20240308130321-6ff7f61cfae8/.gitignore (about) 1 go.json 2 .gop/ 3 *.txt 4 5 # Binaries for programs and plugins 6 *.exe 7 *.exe~ 8 *.dll 9 *.so 10 *.dylib 11 *.cache 12 13 # Test binary, built with `go test -c` 14 *.test 15 16 # Output of the go coverage tool, specifically when used with LiteIDE 17 *.out 18 19 # Dependency directories (remove the comment below to include it) 20 # vendor/