diff --git a/.gitignore b/.gitignore index 50641428..f0a50bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,15 @@ backend/.env.* docker-compose.override.yml .env.docker +# ── Configuration consolidation (Phase 7) ──────────────────── +# Ignore actual YAML config files which contain real values/secrets +config/*.yaml +# But ensure example/schema files are ALWAYS tracked +!config/*.yaml.example +# Specifically ignore secrets.yaml +config/secrets.yaml +!config/secrets.yaml.example + # ── Application logs ───────────────────────────────────────── # (also covered by /logs/* above, these catch any other locations) frontend/logs/