# Copy ignored local setup into Codex-managed worktrees. # Keep tracked files out. These patterns intentionally carry over local setup # and selected generated workspace state for faster checks. # Environment files .env .env.local .env.development .env.test .env.staging .env.production api/.env api/.env.local api/.env.development api/.env.test api/.env.staging api/.env.production remix/.env remix/.env.local remix/.env.development remix/.env.test remix/.env.staging remix/.env.production iOS/.env iOS/.env.local iOS/.env.development iOS/.env.test iOS/.env.staging iOS/.env.production # Dependency trees are deliberately not copied. pnpm's node_modules layout is a # graph of symlinks, and copying only part of it creates wrappers that point at # packages that are not present in the new worktree. The Remix dev/build/lint # entry points self-heal with `npm run worktree-setup` from the repository root. # Local runtime and build state that can unblock branch validation .cache/ .vercel/ .output/ dist/ .vscode/ .DS_Store localhost-key.pem localhost.pem yarn-error.log tmp/* build/* public/build/* api/index.js api/index.js.map remix/.cache/ remix/.vercel/ remix/.output/ remix/dist/ remix/build/* remix/public/build/* remix/api/index.js remix/api/index.js.map remix/tmp/* remix/server/assets/* # Design-sync local tool state .ds-sync/ ds-bundle/ .design-sync/.cache/ .design-sync/learnings/ # Local branch/worktree scratch space .test-branches/* # iOS local outputs and signing state for local-only worktree validation iOS/*.xcodeproj/ iOS/*.xcworkspace/ iOS/DerivedData/ iOS/build/ iOS/*.xcarchive iOS/*.ipa iOS/*.dSYM iOS/fastlane/report.xml iOS/fastlane/Preview.html iOS/fastlane/screenshots/ iOS/fastlane/test_output/ iOS/xcuserdata/ iOS/**/xcuserdata/ iOS/Thingtime/Resources/Info.plist # Graphify local scratch. cache/semantic is tracked so only the local cache # pieces carry over; dated [0-9]*/ backup dirs (~200MB) are deliberately not # copied into worktrees. graphify-out/.graphify_* graphify-out/cache/ast/ graphify-out/cache/stat-index.json