gitignore runtime *.db state (reputation.db/permchannels.db) — untrack; they must never be committed

This commit is contained in:
Jean Chevronnet 2026-08-18 19:55:11 +00:00
parent 20b49add0b
commit 2565089666

6
.gitignore vendored
View file

@ -16,3 +16,9 @@ Cargo.lock
*.metadata
*.reputation
bin/
# runtime state databases — NEVER commit (reputation.db holds client IPs)
*.db
# local backups / scratch config copies
*.bak-*
echoircd.conf.*