echoIRCd/.gitignore

17 lines
289 B
Text

/target
Cargo.lock
# --- secrets: never commit ---
# real config holds the oper password, cloak_key and link secret
/echoircd.conf
# TLS certificate + private key
/tls/
*.pem
*.key
# stray logs / local scratch
*.log
# persisted x-line db (runtime state)
*.xlines
*.metadata
*.reputation