godcrm/.dockerignore
GOD CRM Release f89e074dd1
Some checks failed
CI / Lint / Typecheck / Test / Build (push) Has been cancelled
CI / PostgreSQL Integration Tests (push) Has been cancelled
GOD CRM — public scrubbed snapshot
Governed substrate for autonomous agents: scoped identity (passports),
audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
2026-08-10 04:01:45 +03:00

45 lines
727 B
Text

# --- Self-host Docker build context excludes ---
# Keep the image lean and free of secrets / local cruft.
# Dependencies & build output (rebuilt inside the image)
node_modules
dist
dist-electron
.next
dist.bak-*
release
# VCS / CI / editor
.git
.github
.gitnexus
.claude
*.log
# Secrets & local env (NEVER bake into an image)
.env
.env.*
!.env.example
*.pem
*.key
DEV-CREDENTIALS.md
# Local databases & uploads (runtime volumes, not build inputs)
*.db
uploads
data
.scratch-coins
.exports-manual-*
.backups
.cleanup-snapshots
# Docs snapshots (huge, redundant with DB) & misc docs
docs/.snapshots
*.docx
# Desktop / mobile artifacts not needed by the server image
god_frame
electron
test-results
tests
playwright-report