Skip to content

Commit 1ab38f0

Browse files
committed
Ignore terragrunt cache
This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/
1 parent 7b22f8a commit 1ab38f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Terraform.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ override.tf.json
3232
# Ignore CLI configuration files
3333
.terraformrc
3434
terraform.rc
35+
36+
# Ignore the default terragrunt cache directory
37+
# https://terragrunt.gruntwork.io/docs/features/caching/
38+
.terragrunt-cache

0 commit comments

Comments
 (0)