瀏覽代碼

Ignore terragrunt cache

This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
Costa Paraskevopoulos 11 月之前
父節點
當前提交
1ab38f03c9
共有 1 個文件被更改,包括 4 次插入0 次删除
  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