29 lines
306 B
Plaintext
29 lines
306 B
Plaintext
# Terraform files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
*.tfvars.json
|
|
*.tmp
|
|
|
|
# Terraform directories
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Terragrunt files
|
|
.terragrunt-cache/
|
|
|
|
# Other common files
|
|
crash.log
|
|
crash.*.log
|
|
*.pid
|
|
*.backup
|
|
|
|
# Sensitive files
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
*.cert
|
|
|
|
# Local environment files
|
|
.env
|
|
.local |