18 lines
294 B
Text
18 lines
294 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
|
|
bin/
|