33 lines
475 B
Plaintext
33 lines
475 B
Plaintext
certs
|
|
|
|
# Ignore log files
|
|
logs/*.log
|
|
*.log
|
|
*.gz
|
|
# Ignore acme.json (contains sensitive certificate data)
|
|
acme.json
|
|
|
|
# Ignore Docker-related files
|
|
docker-compose.override.yml
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.bak
|
|
|
|
# Ignore node_modules if using Node.js in this folder
|
|
node_modules/
|
|
|
|
# Ignore environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Ignore generated secrets
|
|
dynamic.d/middlewares/crowdsec.yml
|
|
|
|
# Local secrets directory (htpasswd, etc.)
|
|
secrets/
|
|
|
|
# Ignore backup files
|
|
*.~*
|