diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:44:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:44:19 -0800 |
commit | a221c22479f75bbe067209e52984028e3d76c798 (patch) | |
tree | 883e5641506c0629921475dccde5a0c4b63e334d | |
parent | 9a4b4e3daad78ff97d07e87b8ee7146f43299eed (diff) | |
parent | bb1c0fa13951ed4bfa9eb16c97c4075a46c73a95 (diff) | |
download | gitignore-a221c22479f75bbe067209e52984028e3d76c798.tar.gz gitignore-a221c22479f75bbe067209e52984028e3d76c798.zip |
Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-log
Added wildcard to crash.log because the newer versions of Terraform c…
-rw-r--r-- | Terraform.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index 18221f8e..22fca496 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -7,6 +7,7 @@ # Crash log files crash.log +crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as # password, private keys, and other secrets. These should not be part of version |