go-shout/.gitignore
2026-03-10 16:30:28 -07:00

30 lines
312 B
Plaintext

# bin
shout
dist/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Go workspace file
go.work
go.work.sum
# env file
.env
# Editor/IDE
# .vscode/