gitignore all the .terraform files
Make that a top-level ignore if we are going to have multiple terraform folders. Don't ignore tfstate files, those should be stored remotely.
zimbatm committed
Sep 7, 2021 at 22:55 UTC
02575e36624993a973b0b87b8a4b643bc401eb22
2 files changed
+3
-4
.gitignore
+3
@@ -1 +1,4 @@
1
*~
2
+
3
+# Terraform
4
+.terraform*
terraform/.gitignore
deleted
-4
@@ -1,4 +0,0 @@
1
-.terraform
2
-.terraform.*
3
-terraform.tfstate
4
-terraform.tfstate.*