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>
30 lines
433 B
Plaintext
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
|