Browse Source

update .gitignore

Yuki Takei 3 years ago
parent
commit
5462b4b0ba
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .gitignore

+ 5 - 2
.gitignore

@@ -14,8 +14,6 @@ coverage
 .Trash-*
 ehthumbs.db
 Thumbs.db
-terraform.tfstate.backup
-terraform-provider-*
 
 # debug
 npm-debug.log*
@@ -31,6 +29,11 @@ yarn-error.log*
 # typescript
 *.tsbuildinfo
 
+# Terraform
+**/.terraform/*
+# *.tfstate
+*.tfstate.*
+
 # IDE, dev #
 .idea
 *.orig