10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
# Ignore all volatile files
|
|
**/.terraform/modules
|
|
**/terraform.tfstate*.backup
|
|
|
|
# Ignore all credentials files
|
|
**/terraform.tfvars
|
|
|
|
# Ignore all but root state files
|
|
**/terraform.tfstate
|