mirror of https://github.com/kubernetes/kops.git
Merge pull request #10597 from bmelbourne/add-terraform-lock-hcl-gitignore
Exclude terraform.lock.hcl files from Git repo
This commit is contained in:
commit
c04c40cec6
|
@ -55,6 +55,7 @@ network_closure.sh
|
|||
# Terraform plans get put here
|
||||
/out/
|
||||
.terraform
|
||||
.terraform.lock.hcl
|
||||
|
||||
# Docker _src sync
|
||||
/docker/_src
|
||||
|
|
Loading…
Reference in New Issue