chore: add config.json to .gitignore

config.json is managed directly on each deploy host (contains the GIF
API key and homeserver list) and is intentionally not committed. It was
already untracked so git reset --hard left it alone, but git clean would
have deleted it. Adding it to .gitignore makes the intent explicit and
protects it from accidental git clean runs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 21:33:53 -04:00
parent 67fb0a5120
commit ec391100bd
+5
View File
@@ -5,3 +5,8 @@ devAssets
.DS_Store
.ideapackage-lock.json
# Runtime config — managed directly on each deploy host, never committed.
# Contains the GIF API key and homeserver list. git reset --hard won't touch
# it but git clean would delete it without this entry.
config.json