asynqmon/.gitignore
2021-01-31 11:13:27 -08:00

22 lines
311 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# tar file.
*.tar.gz
# Prevent accidental node_modules installed at root.
node_modules/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# main binary
asynqmon
dist/