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