21 lines
378 B
Plaintext
21 lines
378 B
Plaintext
# Ignore sensitive files
|
|
cloudflared/*.json
|
|
# Ignore all JSON files-> ignores <tunnel_id>.json
|
|
cert.pem
|
|
config.yml
|
|
.env
|
|
|
|
# Ignore docker-compose override files (local configurations)
|
|
docker-compose.override.yml
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore backup or swap files created by editors
|
|
*.bak
|
|
*.swp
|
|
|
|
# Ignore any temporary files or directories created during runtime
|
|
tmp/
|
|
*.pid
|