16 lines
276 B
Text
16 lines
276 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
|