Skip to content

Commit 2f3c7b3

Browse files
committed
Comment out *.dot pattern with note, based on reviewer suggestion
1 parent 7125e5c commit 2f3c7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Terraform.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ override.tf.json
3636
.terraformrc
3737
terraform.rc
3838

39-
# Ignore graph files
40-
*.dot
39+
# Optional: ignore graph output files generated by `terraform graph`
40+
# *.dot
4141

4242
# Optional: ignore plan files saved before destroying Terraform configuration
4343
# Uncomment the line below if you want to ignore planout files.

0 commit comments

Comments
 (0)