add .terraform.tfstate.lock.info to git ignore file

This commit is contained in:
Ludovico Magnocavallo 2020-05-10 09:36:24 +02:00
parent 62918b74aa
commit d948668a6a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
**/.terraform **/.terraform
**/terraform.tfstate* **/terraform.tfstate*
**/terraform.tfvars **/terraform.tfvars
**/.terraform.tfstate.lock.info
!tests/**/terraform.tfvars !tests/**/terraform.tfvars
**/__pycache__ **/__pycache__
**/.pytest_cache **/.pytest_cache