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:
@@ -1,6 +1,9 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Runtime databases (not tracked — created on startup)
|
||||
server/settings.db
|
||||
|
||||
# Build and cache
|
||||
.cache/
|
||||
.tmp/
|
||||
|
||||
Reference in New Issue
Block a user