## Laravel / PHP /.phpunit.cache /vendor .env .env.backup .env.production auth.json ## Node / Frontend build /node_modules /public/build /public/hot npm-debug.log yarn-error.log .flattened-package.json ## Laravel storage (generated files) /public/storage /storage/*.key /storage/app/public/* /storage/framework/cache/* /storage/framework/sessions/* /storage/framework/testing/* /storage/framework/views/* /storage/logs/* ## Keep storage directory structure !/storage/framework/cache/.gitkeep !/storage/framework/sessions/.gitkeep !/storage/framework/testing/.gitkeep !/storage/framework/views/.gitkeep !/storage/logs/.gitkeep ## Database *.sqlite *.sqlite-journal ## Search index (regenerated on server) /database/tntsearch ## IDE / OS /.fleet /.idea /.vscode .DS_Store Thumbs.db Homestead.json Homestead.yaml ## Client-specific .env examples (keep these) # .env.example <- DO NOT ignore this