Skip to content

Commit d7fae79

Browse files
committed
Add .wrangler/ to .gitignore and remove from tracking
- Added .wrangler/ directory to .gitignore to prevent committing local Wrangler state - Removed .wrangler/ files from git tracking as they contain local development data - This prevents accidental commits of local database files and build artifacts
1 parent f9c1651 commit d7fae79

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,6 @@ test/e2e/auth/*.storageState.json
165165
.pnp.*
166166
.yarn/
167167
.open-next/
168+
169+
# Cloudflare Wrangler local state
170+
.wrangler/

0 commit comments

Comments
 (0)