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.
21 lines
529 B
Text
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
|