Преглед на файлове

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