mirror of
https://github.com/github/gitignore
synced 2024-11-05 19:38:52 +01:00
def18893cb
Update Terraform.gitignore - ignore terraform.tfvars
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
# Compiled files
|
|
*.tfstate
|
|
*.tfstate.*.backup
|
|
*.tfstate.backup
|
|
|
|
# Module directory
|
|
.terraform/
|
|
|
|
# Variable values for development
|
|
terraform.tfvars
|