Go-Back-Skeleton/.gitignore
Gabriel Prando 42b391fe9b
Feat: Add GitHub Actions Workflow for CI/CD (#21)
Add GitHub Actions Workflow for CI/CD (#21)
2024-07-24 23:31:20 +02:00

25 lines
No EOL
271 B
Text

.DS_STORE
.vscode
.realize.yaml
.idea
.env
.env.*
!.env.example
debug
go-base
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
main