cmc-sales/go-app/.gitignore
2025-06-24 20:32:28 +10:00

33 lines
374 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go vendor directory
vendor/
# Environment files
.env
# Generated sqlc files (optional - you may want to commit these)
# internal/cmc/db/*.go
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
# OS specific files
.DS_Store
Thumbs.db