asynqmon/.gitignore

19 lines
243 B
Plaintext
Raw Normal View History

2020-11-24 22:54:00 +08:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
2021-01-31 22:26:35 +08:00
# tar file.
*.tar.gz
2020-11-24 22:54:00 +08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# main binary
asynqmon
2021-01-31 22:26:35 +08:00
dist/