Browse Source

Tell git to ignore .terraform directory (#4428)

The .terraform directory is populated when modules are downloaded:
https://www.terraform.io/docs/commands/get.html
"The modules are downloaded into a local .terraform folder. This folder should not be committed to version control."
pull/4440/head
rptaylor 5 years ago
committed by Kubernetes Prow Robot
parent
commit
d8a023a92c
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitignore

1
.gitignore

@ -8,6 +8,7 @@ temp
*.bak *.bak
*.tfstate *.tfstate
*.tfstate.backup *.tfstate.backup
.terraform/
contrib/terraform/aws/credentials.tfvars contrib/terraform/aws/credentials.tfvars
/ssh-bastion.conf /ssh-bastion.conf
**/*.sw[pon] **/*.sw[pon]

Loading…
Cancel
Save