Skip to content

Commit 1d4819b

Browse files
authored
Merge pull request #4455 from RScrafted/patch-1
Update Terraform.gitignore to ignore graph files
2 parents 9c2e50c + 2f3c7b3 commit 1d4819b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Terraform.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ override.tf.json
3535
# Ignore CLI configuration files
3636
.terraformrc
3737
terraform.rc
38+
39+
# Optional: ignore graph output files generated by `terraform graph`
40+
# *.dot
41+
42+
# Optional: ignore plan files saved before destroying Terraform configuration
43+
# Uncomment the line below if you want to ignore planout files.
44+
# planout

0 commit comments

Comments
 (0)