chore: complete update
This commit is contained in:
31
ansible/nginx-cdn-germany/.gitignore
vendored
Normal file
31
ansible/nginx-cdn-germany/.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Cache
|
||||
*.cache
|
||||
.cache/
|
||||
|
||||
# Ansible
|
||||
*.retry
|
||||
.ansible/
|
||||
|
||||
# System
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Backups
|
||||
*.backup
|
||||
*.bak
|
||||
|
||||
# SSL Keys (niemals committen!)
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
|
||||
# Secrets
|
||||
vault.yml
|
||||
secrets.yml
|
||||
|
||||
# Temporäre Dateien
|
||||
*.tmp
|
||||
*.temp
|
||||
Reference in New Issue
Block a user