Stop tracking runtime data; seed from *.example.json

data/profiles.json and data/users.json hold live tenant config and
user records that the app rewrites at runtime (lastLogin etc.), so they
dirtied git status on every run. Untrack them and gitignore data/*.json
(plus logs/exports/templates/audit), keeping committed *.example.json
seeds. Repositories already create empty files on first save, so a
fresh clone starts clean and provisions the first user as Admin.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-02 11:30:34 +02:00
parent 0a0c59319f
commit 2dd33cc6c2
5 changed files with 14 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"profiles": []
}