mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
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."
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8ad74404c9
commit
d8a023a92c
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ temp
|
||||
*.bak
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
.terraform/
|
||||
contrib/terraform/aws/credentials.tfvars
|
||||
/ssh-bastion.conf
|
||||
**/*.sw[pon]
|
||||
|
||||
Reference in New Issue
Block a user