37 lines
392 B
Plaintext
37 lines
392 B
Plaintext
# Binaries
|
|
bin/
|
|
|
|
# Configuration files that might contain sensitive information
|
|
config/local.yaml
|
|
config/secrets.yaml
|
|
|
|
# Go workspace
|
|
go.work
|
|
|
|
# Test coverage files
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Database files
|
|
*.db
|
|
|
|
# Data directory
|
|
data/ |