* feat: add Issue Fixer Orchestrator mode * fix: Exclude Terraform and Terragrunt cache directories from checkpoints (#4601)
@@ -11,6 +11,8 @@ const getBuildArtifactPatterns = () => [
".next/",
".nuxt/",
".sass-cache/",
+ ".terraform/",
+ ".terragrunt-cache/",
".vs/",
".vscode/",
"Pods/",