]> source.dussan.org Git - gitignore.git/commitdiff
Merge pull request #3784 from msharma24/fix/add-wild-card-tf-crash-log
authorBrian Douglas <bdougie@users.noreply.github.com>
Sat, 11 Dec 2021 00:44:19 +0000 (16:44 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 00:44:19 +0000 (16:44 -0800)
Added wildcard to crash.log because the newer versions of Terraform c…

1  2 
Terraform.gitignore

index 18221f8eba8dfc6e395a49245c03a8bab0a436bb,fe38ddf7d84ee97c5f32357778ef38b43324d2eb..22fca4961b6d504f1cb9a44d93dc0f46716f4010
@@@ -7,10 -7,11 +7,11 @@@
  
  # 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 
 -# control as they are data points which are potentially sensitive and subject 
 +# password, private keys, and other secrets. These should not be part of version
 +# control as they are data points which are potentially sensitive and subject
  # to change depending on the environment.
  #
  *.tfvars