Merge pull request #10597 from bmelbourne/add-terraform-lock-hcl-gitignore

Exclude terraform.lock.hcl files from Git repo
This commit is contained in:
Kubernetes Prow Robot 2021-01-17 14:07:43 -08:00 committed by GitHub
commit c04c40cec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -55,6 +55,7 @@ network_closure.sh
# Terraform plans get put here
/out/
.terraform
.terraform.lock.hcl
# Docker _src sync
/docker/_src