소스 검색

Ignore all .terraform directories

Changes to using the `foo/` naming pattern to ensure that these directories will be ignored at all depths.
Dan Cassidy 5 일 전
부모
커밋
4ed7892d1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Terraform.gitignore

+ 1 - 1
Terraform.gitignore

@@ -1,5 +1,5 @@
 # Local .terraform directories
-**/.terraform/*
+.terraform/
 
 # .tfstate files
 *.tfstate