Files
infiplot-web/.gitignore
T
yuanzonghao 0c83f5f2a8 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>
2026-06-14 00:56:54 +08:00

36 lines
422 B
Plaintext

node_modules
.pnpm-store
.next
dist
build
out
*.tsbuildinfo
.env
.env.local
.env.*.local
.vercel
.turbo
.claude
.open-next
.wrangler
.opendeploy
.DS_Store
*.log
npm-debug.log*
pnpm-debug.log*
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