Skip to content

Commit 5c18f89

Browse files
committed
feat: ignore terraform files
1 parent 21aaf87 commit 5c18f89

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ yarn-error.log*
1515
*.iml
1616
.angular/
1717

18-
.terraform
19-
.terraform.lock.hcl
18+
*.terraform*
19+
*.tfstate*
20+
*tfvars*
21+
22+
.terraform.lock.hcl

0 commit comments

Comments
 (0)