1
0
Эх сурвалжийг харах

Merge pull request #2509 from hantuzun/patch-1

Update Terraform.gitignore
Brendan Forster 7 жил өмнө
parent
commit
9da1b5d8ce
1 өөрчлөгдсөн 7 нэмэгдсэн , 8 устгасан
  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