24 lines
283 B
Plaintext
24 lines
283 B
Plaintext
# Ansible artifacts
|
|
*.retry
|
|
.ansible_cache/
|
|
|
|
# Sensitive data (even if currently stored outside the repo)
|
|
.ansible_vault_pass
|
|
.env
|
|
*.token
|
|
|
|
# Script outputs
|
|
unifi_firewall_rules.json
|
|
|
|
# Editor-specific files (Vim)
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS-specific files (macOS)
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|