| /.phpunit.cache | |
| /node_modules | |
| /public/build | |
| /public/hot | |
| /public/storage | |
| /storage/*.key | |
| /storage/pail | |
| /storage/logs | |
| /vendor | |
| .env | |
| .env.backup | |
| .env.production | |
| .env.local | |
| .env.*.local | |
| .phpactor.json | |
| .phpunit.result.cache | |
| Homestead.json | |
| Homestead.yaml | |
| npm-debug.log | |
| yarn-error.log | |
| /auth.json | |
| /.fleet | |
| /.idea | |
| /.nova | |
| /.vscode | |
| /.zed | |
| # Database files | |
| /database/database.sqlite | |
| *.sqlite | |
| *.db | |
| # Log files | |
| *.log | |
| # Cache and session files | |
| /bootstrap/cache/* | |
| /storage/framework/cache/* | |
| /storage/framework/sessions/* | |
| /storage/framework/views/* | |
| # Sensitive configuration | |
| /config/database.php.backup | |
| /config/app.php.backup | |
| # IDE and editor files | |
| .DS_Store | |
| Thumbs.db | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| *.swp | |
| *.swo | |
| # Kiro IDE files (optional - you might want to keep these) | |
| # .kiro/ | |