Explorar o código

Merge pull request #2509 from hantuzun/patch-1

Update Terraform.gitignore
Brendan Forster %!s(int64=7) %!d(string=hai) anos
pai
achega
9da1b5d8ce
Modificáronse 1 ficheiros con 7 adicións e 8 borrados
  1. 7 8
      Terraform.gitignore

+ 7 - 8
Terraform.gitignore

@@ -1,10 +1,9 @@
-# Compiled files
-*.tfstate
-*.tfstate.*.backup
-*.tfstate.backup
+#  Local .terraform directories
+**/.terraform/*
 
-# Module directory
-.terraform/
+# .tfstate files
+*.tfstate
+*.tfstate.*
 
-# Variable values for development
-terraform.tfvars
+# .tfvars files
+*.tfvars