Browse Source

Merge pull request #2714 from mastertinner/patch-1

Ignore Terraform crash log files
Brendan Forster 7 năm trước cách đây
mục cha
commit
c5437d0b11
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      Terraform.gitignore

+ 4 - 1
Terraform.gitignore

@@ -1,10 +1,13 @@
-#  Local .terraform directories
+# Local .terraform directories
 **/.terraform/*
 
 # .tfstate files
 *.tfstate
 *.tfstate.*
 
+# Crash log files
+crash.log
+
 # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
 # .tfvars files are managed as part of configuration and so should be included in
 # version control.