From bb1c0fa13951ed4bfa9eb16c97c4075a46c73a95 Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Tue, 13 Jul 2021 22:41:47 +1200 Subject: [PATCH] Ignore crash.log and crash.*.log files generated by Terraform debugging --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 894a3029..fe38ddf7 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -6,6 +6,7 @@ *.tfstate.* # Crash log files +crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as