Skip to content

Commit b2d1fce

Browse files
committed
Added other files and extension to ignore to strengthen the terraform.gitignore template
1 parent c5f768f commit b2d1fce

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Terraform.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ terraform.rc
3939
# Ignore hcl file
4040
.terraform.lock.hcl
4141

42+
# Ignore graph files
43+
*.dot
4244

43-
# Ignore graph file
44-
*.dot
45+
# Ignore lock.hcl
46+
*.terraform.*
47+
48+
# to skip MacOS file found after creating .bicep
49+
.DS_Store
50+
51+
# plan files (optional). To save plan before destroy
52+
planout
53+
54+
# Ignore tfplan files, saved during terraform plan execution
55+
*.out

0 commit comments

Comments
 (0)