浏览代码

Merge pull request #2509 from hantuzun/patch-1

Update Terraform.gitignore
Brendan Forster 7 年之前
父节点
当前提交
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