Files
s3-balance/.gitignore
DullJZ 37b6adb6de first
2025-08-22 21:15:56 +08:00

49 lines
448 B
Plaintext

# Binaries
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Configuration files (keep examples)
config/*.yaml
!config/*.example.yaml
# Database files
data/
*.db
*.db-shm
*.db-wal
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Environment variables
.env
.env.local