Skip to content

Commit 68b7c50

Browse files
committed
Add terraform and terragrunt into .gitignore file
1 parent 4fb2c2e commit 68b7c50

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ go.work.sum
2626

2727
# Project IDX
2828
.idx/
29+
30+
# Terraform
31+
32+
## Local .terraform directories
33+
**/.terraform/*
34+
35+
## .tfstate files
36+
*.tfstate
37+
*.tfstate.*
38+
39+
## Ignore transient lock info files created by terraform apply
40+
.terraform.tfstate.lock.info
41+
42+
# Terragrunt
43+
.terragrunt-cache

0 commit comments

Comments
 (0)