24 lines
221 B
Plaintext
24 lines
221 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
.terraform.lock.hcl
|
|
|
|
# Secrets
|
|
.env
|
|
.envrc
|
|
|
|
# Ansible
|
|
ansible/inventory.ini
|
|
|
|
# Private Keys & Secrets
|
|
*.pem
|
|
*.key
|
|
*.pub
|
|
id_rsa
|
|
id_rsa.pub
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|