Files
infrastructure/.gitignore
T

15 lines
149 B
Plaintext

# Terraform
**/.terraform/
**/*.tfstate
**/*.tfstate.backup
**/tfplan
**/.terraform.lock.hcl
# Secrets
**/*.json
**/*.env
**/.envrc
# OS
.DS_Store