bingo/.gitignore
Seraphim R. Pardee 4443e9d7ba
All checks were successful
build / build (push) Successful in 3m43s
test / test (push) Successful in 1m14s
Add screenshots.
2024-09-24 17:50:39 -04:00

27 lines
530 B
Plaintext

### Go ###
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
__debug*
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Go workspace file
go.work
# db directory
.bingodb
.DS_Store