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:
YeonGyu-Kim
2026-05-08 13:52:33 +09:00
parent 39cf5a89bf
commit f7d16c5a99
+3
View File
@@ -21,6 +21,9 @@
/out/
/.open-next/
# cloudflare / wrangler
/.wrangler/
# production
/build