Untrack .wrangler cache and gitignore it #61

Merged
stephen merged 1 commit from chore-untrack-wrangler into main 2026-06-02 22:58:05 +00:00
Owner

.wrangler/cache/wrangler-account.json (a Cloudflare Wrangler local cache file) was accidentally swept into #60 by a git add -A. It's just a CF account id/name, not a credential, but it shouldn't be tracked. Removes it from the tree and adds .wrangler/ to .gitignore.

`.wrangler/cache/wrangler-account.json` (a Cloudflare Wrangler local cache file) was accidentally swept into #60 by a `git add -A`. It's just a CF account id/name, not a credential, but it shouldn't be tracked. Removes it from the tree and adds `.wrangler/` to `.gitignore`.
Untrack .wrangler cache and gitignore it
All checks were successful
ci / check (pull_request) Successful in 1m56s
ci / coverage (pull_request) Successful in 2m10s
89008d7f64
A Cloudflare Wrangler cache file (.wrangler/cache/wrangler-account.json)
was accidentally committed in #60. Remove it from the tree and add
.wrangler/ to .gitignore so the local cache can't be committed again.
stephen deleted branch chore-untrack-wrangler 2026-06-02 22:58:05 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/fj!61
No description provided.