From 85b3a056a32bf2caf8261136a1c7ded6249936e4 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Mon, 17 Aug 2026 11:06:36 -0700 Subject: [PATCH] chore: ignore site/.wrangler/ `wrangler pages deploy` writes local state into site/.wrangler/. It is build scratch in the same sense as site/dist/ and site/.astro/, both already ignored directly above it, and it appeared as untracked in every `git status` after the first deploy. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c2d5f45..68afe174 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /site/node_modules/ /site/dist/ /site/.astro/ +/site/.wrangler/