go-pingbot/.gitignore
Medzik 021fc6ea62 update
- updated bash scripts
- renamed env schema
- updated binary archive from tar.gz to tar.xz
- update workflows
2021-09-01 12:49:56 +00:00

18 lines
147 B
Text

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