gigafibre-fsm/.gitignore
louispaulb b01cf19db6 chore(legacy): reusable targeted refresh of report tables from live billing DB
scripts/refresh-legacy-report-tables.sh: dumps only the 4 tables the
overpriced-internet report needs (account/delivery/service/product) from the
live legacy DB with --single-transaction (non-locking), verifies the dump is
complete before importing into the local legacy-db copy. ~20MB, seconds.
Creds read from a prod-only .refresh.env (gitignored; .env.example committed).

Used to refresh the copy from the 2026-05-22 snapshot to current
(service 66741→69233, account 15321→15706).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 23:03:21 -04:00

54 lines
1.0 KiB
Plaintext

# Environment files (may contain secrets)
.env
.env.local
.env.*.local
apps/**/.env
apps/**/.env.local
# Dependencies
node_modules/
# Build output
dist/
build/
docker/
# Quasar dev cache
apps/**/.quasar/
# Claude workspace (local only)
.claude/
# Data exports (may contain PII)
exports/
# OS
.DS_Store
**/.DS_Store
Thumbs.db
# Generated invoice/quote previews (output of setup_invoice_print_format.py
# + test_jinja_render.py). Keep sources (*.jinja) and final references
# (docs/assets/*.pdf when added intentionally), never ephemeral output.
invoice_preview*.pdf
scripts/migration/invoice_preview*.pdf
scripts/migration/invoice_preview*.html
scripts/migration/rendered_jinja_invoice*
scripts/migration/SINV-*.pdf
scripts/migration/ref_invoice.pdf
# IDE
.vscode/
.idea/
# Playwright snapshots
.playwright-mcp/
# Auto-generated backups from scripts/convert-html-to-unlayer.js
services/targo-hub/templates/*.bak-*.json
services/targo-hub/templates/*.bak-*.html
# Legacy refresh creds (prod-only, never commit)
.refresh.env
**/.refresh.env