fix(web): actually ignore .wrangler/ as web/AGENTS.md claims
Code-quality review flagged that web/AGENTS.md ANTI-PATTERNS section asserts `.wrangler/` is gitignored, but the rule was missing from web/.gitignore. Adding the rule alongside the other Cloudflare/Next build-output rules so the doc and the file agree.
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
/out/
|
||||
/.open-next/
|
||||
|
||||
# cloudflare / wrangler
|
||||
/.wrangler/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user