68 lines
624 B
Plaintext
68 lines
624 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/bin/
|
|
/dist/
|
|
api
|
|
worker
|
|
migrate
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.air/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Generated files
|
|
internal/database/sqlc/
|
|
|
|
# Docker volumes
|
|
postgres_data/
|
|
redis_data/
|
|
|
|
# Config overrides (keep examples)
|
|
config/local.yaml
|
|
config/*.local.yaml
|
|
|
|
# MkDocs
|
|
site/
|
|
.cache/
|
|
docs/bdd/
|