Unverified Commit c5437d0b authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2714 from mastertinner/patch-1

Ignore Terraform crash log files
parents 3d1f3fa5 a58f1ab0
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
*.tfstate *.tfstate
*.tfstate.* *.tfstate.*
# Crash log files
crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most # 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 # .tfvars files are managed as part of configuration and so should be included in
# version control. # version control.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment