Stop tracking banner.json runtime data store

Same reasoning as scheduled-emails.json: it's mutated by the running
app (site banner content), not source. readBanner() already falls
back to sane defaults when the file is missing, so untracking it is
safe for fresh checkouts.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 00:04:45 +02:00
co-authored by Claude Sonnet 5
parent 7906248c67
commit 1b2f2a7c79
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -36,4 +36,5 @@ temp/
backend/public/uploads/ backend/public/uploads/
# runtime data stores (mutated by the running app, not source) # runtime data stores (mutated by the running app, not source)
backend/data/scheduled-emails.json backend/data/scheduled-emails.json
backend/data/banner.json
-6
View File
@@ -1,6 +0,0 @@
{
"message": "",
"type": "info",
"liveFrom": null,
"liveTill": null
}