Split PostgreSQL into gallery_dev and gallery_prod, add Docker/Gitea deploy tooling, SMB image sync, pgAdmin split script, dev:web on Keenetic :5173, and operator docs. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
309 B
Plaintext
26 lines
309 B
Plaintext
node_modules/
|
|
client/node_modules/
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
infra/docker/.env.prod
|
|
|
|
# DB backups (may contain data)
|
|
db/DataBackup/
|
|
|
|
# Recovery / temp files from local restore
|
|
_extracted/
|
|
_parse_*.js
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|