format/.gitignore
2025-09-08 16:25:26 -05:00

35 lines
357 B
Text

# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE and Editor Files
.vscode/
.idea/
*.swp
*.swo
*~
# PHP
*.log
.env
.env.local
.env.production
# Cache and temporary files
*.cache
*.tmp
/tmp/
/cache/
# Configuration files (if they contain sensitive data)
# config.php
# Backup files
*.bak
*.backup
*~