gomodproxy/.gitignore
2022-03-03 02:08:58 +03:00

20 lines
242 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/gomodproxy
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Misc
_gopath
_gocache
dist/
.idea/