Files
Art-gallery/.gitignore
T
Danila KhodjaefandCursor 21e3e41e48 Add one-command dev-to-prod release with clear SUCCESS/FAILED banners.
Introduce devtoprod:release orchestrator, config file, CLI result footers on deploy scripts, auto-thumb regeneration on curator fixes, and updated deploy documentation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 14:54:56 +03:00

27 lines
344 B
Plaintext

node_modules/
client/node_modules/
.env
.env.local
.env.*.local
infra/docker/.env.prod
infra/deploy/devtoprod.config.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