mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Ignore Terraform crash log files
This commit is contained in:
parent
d67d1cae9a
commit
a58f1ab0cd
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue