From b88ee71cee0e11c472cf66c7ebb3d79b8a01349b Mon Sep 17 00:00:00 2001 From: Conrad Rockenhaus Date: Tue, 4 Aug 2026 18:40:43 -0500 Subject: [PATCH] chore: gitignore local postern demo wrangler config inbound/wrangler.demo.jsonc is account-local (rockenhaus demo CF account, zone posternonline.com) and must not land in the public repo. Deploy with ~/.postern-demo-deploy.token only. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5013f4c..078c591 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ relay/dist/ # Debug / eval debris (untracked in working clones, never for the public repo) imap/smoke/ .playwright-mcp/ +inbound/wrangler.demo.jsonc