32 lines
242 B
Plaintext
32 lines
242 B
Plaintext
# 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
|