]> source.dussan.org Git - gitignore.git/commitdiff
docs: update Terraform.gitignore (#2998)
authorViet Nguyen <vietjul@gmail.com>
Thu, 14 Mar 2019 11:56:47 +0000 (07:56 -0400)
committerBrendan Forster <brendan@github.com>
Thu, 14 Mar 2019 11:56:47 +0000 (08:56 -0300)
Terraform.gitignore

index a8935803468f71914ac399c3aee134620aa7f77c..7a3e2fd0945d0099d4f7604518b7e863c57069c0 100644 (file)
@@ -24,3 +24,6 @@ override.tf.json
 # Include override files you do wish to add to version control using negated pattern
 #
 # !example_override.tf
+
+# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
+# example: *tfplan*