소스 검색

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