Skip to content

Commit a58f1ab

Browse files
Tobi FuhrimannTobi Fuhrimann
authored andcommitted
Ignore Terraform crash log files
1 parent d67d1ca commit a58f1ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Terraform.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Local .terraform directories
1+
# Local .terraform directories
22
**/.terraform/*
33

44
# .tfstate files
55
*.tfstate
66
*.tfstate.*
77

8+
# Crash log files
9+
crash.log
10+
811
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
912
# .tfvars files are managed as part of configuration and so should be included in
1013
# version control.

0 commit comments

Comments
 (0)