We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f768f commit b2d1fceCopy full SHA for b2d1fce
1 file changed
Terraform.gitignore
@@ -39,6 +39,17 @@ terraform.rc
39
# Ignore hcl file
40
.terraform.lock.hcl
41
42
+# Ignore graph files
43
+*.dot
44
-# Ignore graph file
-*.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