# --- Environment --- .env .env.backup .env.testing .env.production # --- Dependencies --- node_modules/ vendor/ # --- Build artifacts (hashed filenames) --- public/build/assets/ public/build/hot # --- Storage (uploaded files, cache, logs, sessions) --- storage/app/livewire-tmp/ storage/app/public/ storage/clockwork/ storage/debugbar/ storage/framework/views/ storage/framework/cache/ storage/framework/sessions/ storage/framework/testing/ storage/logs/ # --- IDE & OS --- .idea/ .vscode/ *.swp *.swo *~ .DS_Store Thumbs.db # --- Config (no default .env push) --- config.php .rr.yaml # --- Tests & Temp --- ci_test.txt cookies.txt .phpunit.result.cache # --- Lock files (yarn.lock is tracked, package-lock.json is not) --- package-lock.json # --- Scripts (local-only) --- watch.sh check-updates.sh