Untrack .wrangler cache and gitignore it #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore-untrack-wrangler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.wrangler/cache/wrangler-account.json(a Cloudflare Wrangler local cache file) was accidentally swept into #60 by agit 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.