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 <noreply@anthropic.com>
This commit is contained in:
yuanzonghao
2026-06-14 00:56:54 +08:00
parent d5ae45b943
commit 0c83f5f2a8
+7
View File
@@ -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