Files
Art-gallery/.gitignore
T
Danila KhodjaefandCursor f247b418d8 Add dev-prod harmonize tool for bidirectional catalog and image sync.
Schema migrates dev to prod only; catalog rows merge by updated_at and images by mtime with union merge and conflict reporting.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-15 11:02:17 +03:00

30 lines
433 B
Plaintext

node_modules/
client/node_modules/
.env
.env.local
.env.*.local
infra/docker/.env.prod
infra/deploy/devtoprod.config.json
infra/deploy/harmonize.config.json
db/SyncReports/
infra/deploy/last-docker-release.json
# 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