mirror of https://github.com/github/gitignore.git
Update Terraform.gitignore to reflect reviewer guidance and best practices
This commit is contained in:
parent
fe8783ff7b
commit
7125e5c434
|
|
@ -36,21 +36,9 @@ override.tf.json
|
|||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# Ignore hcl files
|
||||
.terraform.lock.hcl
|
||||
*.terraform.*
|
||||
|
||||
# Ignore graph files
|
||||
*.dot
|
||||
|
||||
# to skip MacOS custom attributes. It appears when creating a .bicep file.
|
||||
.DS_Store
|
||||
|
||||
# Ignore plan files (optional) as some might save plan before destroy the terraform configuration
|
||||
planout
|
||||
|
||||
# Ignore tfplan files, saved during terraform plan execution
|
||||
*.out
|
||||
|
||||
# Ignore Visual Studio Code customized settings (this folder holds .json file)
|
||||
.vscode
|
||||
# Optional: ignore plan files saved before destroying Terraform configuration
|
||||
# Uncomment the line below if you want to ignore planout files.
|
||||
# planout
|
||||
Loading…
Reference in New Issue