Skip to content

Commit 8e2516d

Browse files
committed
chore: gitignore .wrangler/ session cache
wrangler writes pages.json + wrangler-account.json into a .wrangler/ directory next to whatever CWD it runs from. Stops stray session state from showing up in git status when wrangler is run against the dash or telemetry repos from this directory. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6b6dcb3 commit 8e2516d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,6 @@ website/npm-debug.log*
135135
website/yarn-error.log*
136136
__pycache__/
137137
native/macos/MCPProxy/.build/
138+
139+
# Wrangler session cache
140+
.wrangler/

0 commit comments

Comments
 (0)