gitignore runtime *.db state (reputation.db/permchannels.db) — untrack; they must never be committed
This commit is contained in:
parent
20b49add0b
commit
2565089666
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -16,3 +16,9 @@ Cargo.lock
|
||||||
*.metadata
|
*.metadata
|
||||||
*.reputation
|
*.reputation
|
||||||
bin/
|
bin/
|
||||||
|
|
||||||
|
# runtime state databases — NEVER commit (reputation.db holds client IPs)
|
||||||
|
*.db
|
||||||
|
# local backups / scratch config copies
|
||||||
|
*.bak-*
|
||||||
|
echoircd.conf.*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue