Parcourir la source

Ignore terragrunt cache

This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
Costa Paraskevopoulos il y a 11 mois
Parent
commit
1ab38f03c9
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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