mirror of
https://github.com/snachodog/ansible_playbooks.git
synced 2025-04-03 10:21:21 -06:00
17 lines
308 B
Plaintext
17 lines
308 B
Plaintext
# Ignore SSH private keys (safety precaution)
|
|
*.pem
|
|
*.key
|
|
*.id_rsa
|
|
*.id_ed25519
|
|
# Ansible Vault password files (if ever used)
|
|
.vault_pass.txt
|
|
# Any sensitive temp files
|
|
*.retry
|
|
*.secret
|
|
# Fact cache (if enabled)
|
|
.fact_cache/
|
|
# Backup files
|
|
*~ *.bak Logs *.log
|
|
# OS-specific
|
|
.DS_Store Thumbs.db
|