From 80f7e787fc473d1473b0970b9015c6f85f3723d0 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 31 Jul 2024 22:54:38 -0400 Subject: [PATCH] add terragrunt-cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc5778c..7103c45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .terraform/ .terraform.lock.hcl +.terragrunt-cache/