go-pingbot/.gitignore

22 lines
186 B
Plaintext
Raw Permalink Normal View History

2021-07-11 21:19:37 +00:00
# Dot Files
*.env*
!schema.env
# Cache
2021-07-11 21:19:37 +00:00
.cache
2021-11-10 13:38:54 +00:00
tmp/
2021-07-11 21:19:37 +00:00
2021-08-12 19:39:05 +00:00
# Binaries
2021-07-11 21:19:37 +00:00
*.exe
*.out
dist/
2021-07-11 21:19:37 +00:00
# Test binary, built with `go test -c`
*.test
2021-07-29 18:51:15 +00:00
2021-08-12 19:39:05 +00:00
# Configs
config.toml
# Log files
air-build-errors.log