Browse Source

Merge pull request #2509 from hantuzun/patch-1

Update Terraform.gitignore
Brendan Forster 7 năm trước cách đây
mục cha
commit
9da1b5d8ce
1 tập tin đã thay đổi với 7 bổ sung8 xóa
  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