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/
|
/out/
|
||||||
/.open-next/
|
/.open-next/
|
||||||
|
|
||||||
|
# cloudflare / wrangler
|
||||||
|
/.wrangler/
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user