mirror of
https://github.com/github/gitignore
synced 2024-11-08 12:58:51 +01:00
Ignore lock info files in terraform .gitignore
This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore.
This commit is contained in:
parent
4488915eec
commit
3249072f3b
@ -23,6 +23,9 @@ override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
|
||||
# Ignore transient lock info files created by terraform apply
|
||||
.terraform.tfstate.lock.info
|
||||
|
||||
# Include override files you do wish to add to version control using negated pattern
|
||||
# !example_override.tf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user