Skip to content

Commit

Permalink
Ignore Terraform crash log files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Fuhrimann authored and Tobi Fuhrimann committed May 26, 2018
1 parent d67d1ca commit a58f1ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Terraform.gitignore
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a58f1ab

Please sign in to comment.