From a32f1d6ffbc6145129d0cecb6c3b1239d8cc2373 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 16 Mar 2026 18:07:41 -0400 Subject: [PATCH] add .gitignore for new clusters --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e9b6656..c71837d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ terraform.rc # Ignore test temporary files *.tftest.hcl.tmp terraform_data_dirs + +# Ignore terragrunt cache and configuration files +.terragrunt-cache/ \ No newline at end of file