26 lines
358 B
Plaintext
26 lines
358 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 backup files
|
|
*.~* |