go-pingbot/.gitignore

25 lines
213 B
Plaintext
Raw Normal View History

2021-07-11 21:19:37 +00:00
# Dot Files
.env
.cache
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
2021-07-14 09:52:50 +00:00
# Output binary
2021-07-11 21:19:37 +00:00
*.out
2021-07-14 09:52:50 +00:00
/pingbot*
2021-07-11 21:19:37 +00:00
# Sums
MD5SUM
SHA256SUM
VERSION
2021-07-14 09:52:50 +00:00
dist/