3dct-client-mirror/.gitignore
Mannu 596cfcca34 snapshot(2026-08-15): client production system, pre-engagement baseline
Read-only mirror of the client's existing system as it stood before our
work began. Taken from matthijsexpand@149.210.159.152 (TransIP VPS,
Lelystad NL) with the client's written permission.

Contents:
- home-weddingcaketopper/  Next.js app, proxy.py, supabase schema
- var-www/                 static webroots for all three domains
- etc-nginx/               vhost configs (previously unversioned, server-only)

Excluded: node_modules (704M, regenerable), .next (17M, regenerable),
and env file contents (present on local disk, gitignored — see README).

Not our IP. Not covered by the proposal's assignment clause.
2026-08-15 08:57:40 +05:30

21 lines
529 B
Text

# .gitignore — 3dct-client-mirror
# ── Secrets: staged on disk, deliberately NOT in git history ──
# Live values are in snapshot-*/secrets-DO-NOT-COMMIT/ on the local
# filesystem only. Git history is permanent; a committed key can only be
# removed by rewriting history, which breaks every clone. See README.
secrets-DO-NOT-COMMIT/
.env
.env.local
.env.*.local
*.pem
*.key
id_ed25519*
# ── Regenerable, excluded at rsync time ──
node_modules/
.next/
# ── OS / editor detritus ──
.DS_Store
Thumbs.db