Intial repository commit
This commit is contained in:
20
cloudflared/.gitignore
vendored
Normal file
20
cloudflared/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user