chore(config): add server/settings.db to gitignore

Runtime database, not tracked. Creation-on-missing routine still
needed (ticket #752).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 14:50:11 +01:00
co-authored by Claude Opus 4.6
parent 9d74ab972d
commit 595388cd6f
+3
View File
@@ -1,6 +1,9 @@
# Secrets
.env
# Runtime databases (not tracked — created on startup)
server/settings.db
# Build and cache
.cache/
.tmp/