0c83f5f2a8
- 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>
36 lines
422 B
Plaintext
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
|