14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
# Local runtime configuration
|
|
.env
|
|
.tls-renewal.env
|
|
.hub-update.env
|
|
|
|
# Runtime TLS artifacts (never commit private keys/certs)
|
|
nginx/ssl/*.crt
|
|
nginx/ssl/*.key
|
|
nginx/ssl/*.pem
|
|
nginx/ssl/letsencrypt/
|
|
|
|
# Runtime logs
|
|
logs/
|