Ver código fonte

Ignore terragrunt cache

This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
Costa Paraskevopoulos 11 meses atrás
pai
commit
1ab38f03c9
1 arquivos alterados com 4 adições e 0 exclusões
  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