Files
smb-online/.gitignore
T
mivanchenko 94ae2d578d Add credentials store to the CRM, docs cleanup, deploy pipeline TODO
Adds a `credentials` entity to the back office (never mirrored to
Sheets, gated by the CRM token even to read) so client logins like
the auto-generated Easy!Appointments provider password can be viewed
and copied from the dashboard instead of getting lost — the actual
cause of the happynails password going missing. Onboarding now saves
that generated password instead of discarding it. Also adds
Documentation.md, brings README/TODO in line with the current
Postgres-first architecture, and tidies the backlog.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 14:13:34 +02:00

26 lines
286 B
Plaintext

# dependencies / build
node_modules/
dist/
.astro/
*.log
__pycache__/
*.pyc
# secrets — never commit credentials
.env
.env.*
!.env.example
*.secret
credentials/
.secrets/
stacks/**/.env
backoffice/secrets/
# n8n local data
n8n/.n8n/
n8n/*-credentials.json
# OS
.DS_Store
Thumbs.db