Commit b6a4d62
chore: ignore .wrangler/, the replacement for the removed .vercel ignores
The Cloudflare migration deleted docs-site/.gitignore's `.vercel` line and the
whole of playground/.gitignore (whose only line was `.vercel`), but never added
the equivalent for wrangler's own local state directory. Both `.wrangler/` dirs
already exist on disk from the cutover deploys; they are empty, so git cannot
see them yet, and the first `wrangler dev` would have dropped untracked state
into two workspaces with nothing ignoring it.
One rule at the root rather than two per-workspace files, since both sites now
have a wrangler.jsonc beside their build output.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UyzDDiZoywbSHCs66PX15j1 parent 878dc60 commit b6a4d62
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments