From 0c83f5f2a88760ad316f318513dcaf8e67c55d49 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Sun, 14 Jun 2026 00:56:54 +0800 Subject: [PATCH] chore: gitignore local-only OpenDeploy and pitch files - Dockerfile.opendeploy: local OpenDeploy build that hardcodes the public image-proxy URL; kept out of the repo so a public fork doesn't route image traffic through our Cloudflare Worker. - .opendeploy: OpenDeploy CLI local context/credentials dir. - pitch/: local pitch materials. Co-Authored-By: Claude Fable 5 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 3953843..a1a4d77 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ out .open-next .wrangler +.opendeploy .DS_Store *.log @@ -26,3 +27,9 @@ repomix-output.xml users.md .dev.vars + +pitch/ + +# OpenDeploy-only build with hardcoded public proxy URL — local, never commit +# (a public fork would route image traffic through our Cloudflare Worker). +Dockerfile.opendeploy