Files
Lago f46ba8cadc feat(i18n): add VAT labels and email sent messages in German and English
style(admin): increase max-width of admin page and adjust table styles

fix(n8n): enhance workflow import and publishing process

fix(workflows): update SQL queries for fetching and updating sales orders

feat(migrations): normalize rental types and enhance email guard for individuell rentals

feat(migrations): add RPC for updating deposit in sales orders

fix(migrations): ensure individuell orders persist net/vat components and backfill existing records

test: update last run status to failed
2026-05-17 22:35:11 +02:00

25 lines
389 B
Plaintext

# Environment
.env.local
*.local
# Bind-mounted runtime state (keep folder, ignore contents)
/data/db/
/data/storage/
/data/n8n/
/data/**/.cache/
/data/**/crash.journal
/data/**/n8nEventLog.log
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
docker-compose.override.yml
# Generated at container start by 99-config.sh — never commit
frontend/config.js
.playwright-mcp
node_modules/