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:
@@ -1,3 +1,6 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Build and cache
|
||||
.cache/
|
||||
.tmp/
|
||||
|
||||
Reference in New Issue
Block a user