fix(gitignore): ignore infra/*-tenant.personas.json (ADR-0026) #268

Merged
julien merged 1 commits from fix/gitignore-tenant-personas into main 2026-06-02 12:25:00 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier 39f47a859b fix(gitignore): ignore infra/*-tenant.personas.json (ADR-0026)
CI / check (pull_request) Successful in 1m27s
CI / commits (pull_request) Successful in 1m39s
CI / a11y (pull_request) Successful in 2m0s
CI / perf (pull_request) Successful in 5m9s
CI / scan (pull_request) Failing after 1m3s
The per-persona Entra oid map consumed by prisma/seed.ts was missing
the matching ignore pattern when the personas seed work landed.
infra/test-tenant.personas.json has been showing up as untracked
(??) across multiple sessions, exposing it to an accidental
'git add .'. Mirror the existing *-tenant.entra.json pattern:
ignore the tenant-private file, keep the .example.json template
tracked.

Verified via 'git log --all -- infra/test-tenant.personas.json'
that no commit ever referenced this path, so no history rewrite
needed — pure forward-only fix.
2026-06-02 10:28:30 +02:00