/.phpunit.cache /node_modules /public/build /public/hot /public/storage /storage/*.key /vendor .env.production .phpunit.result.cache Homestead.json Homestead.yaml auth.json npm-debug.log yarn-error.log /.fleet /.idea /.vscode # Laravel-specific files /vendor/ composer.lock # Laravel environment files #.env .env.*.backup # Laravel logs /storage/logs/*.log /storage/framework/cache/data/* /storage/framework/sessions/* /storage/framework/testing/* /storage/framework/views/*.php # Node modules /node_modules/ /npm-debug.log* /yarn-error.log* /pnpm-debug.log* # OS-generated files .DS_Store Thumbs.db # IDE/editor files .idea/ .vscode/ *.swp *.swo *.log # Deployment files /public/hot /public/storage /.phpunit.result.cache Homestead.json Homestead.yaml .nfs* # Backup files *.bak *.backup # Files created by debug tools phpstorm.meta.php .phpunit.result.cache phpunit.xml phpunit.xml.dist # Caches /storage/app/public/* !public/storage #/public/storage /public/hot # PHPUnit coverage/ # Other files to ignore *.env.testing *.env.backup *.tmp *.temp *.log # # Cache files and other IDE-generated files /storage/cache/*