Browse Source

Ignore terragrunt cache

This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
Costa Paraskevopoulos 11 months ago
parent
commit
1ab38f03c9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Terraform.gitignore

+ 4 - 0
Terraform.gitignore

@@ -32,3 +32,7 @@ override.tf.json
 # Ignore CLI configuration files
 .terraformrc
 terraform.rc
+
+# Ignore the default terragrunt cache directory
+# https://terragrunt.gruntwork.io/docs/features/caching/
+.terragrunt-cache