chore(config): add .env to gitignore + ticket #752 for settings.db

.env added to gitignore (secrets, should never be tracked).
server/settings.db NOT yet ignored — needs creation-on-missing
routine first (ticket #752, server team).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 14:49:45 +01:00
co-authored by Claude Opus 4.6
parent feb333f3e7
commit 9d74ab972d
+3
View File
@@ -1,3 +1,6 @@
# Secrets
.env
# Build and cache
.cache/
.tmp/