15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
# Terraform
|
|
**/.terraform/
|
|
**/*.tfstate
|
|
**/*.tfstate.backup
|
|
**/tfplan
|
|
**/.terraform.lock.hcl
|
|
|
|
# Secrets
|
|
**/*.json
|
|
**/*.env
|
|
**/.envrc
|
|
|
|
# OS
|
|
.DS_Store
|