go-pingbot/.gitignore
2021-11-10 13:38:54 +00:00

19 lines
162 B
Text

# Dot Files
*.env*
!schema.env
# Cache
.cache
tmp/
# Binaries
*.exe
*.out
dist/
# Test binary, built with `go test -c`
*.test
# Configs
*.toml*
!*schema.toml