Skip to content

Commit d513b9c

Browse files
authored
fix: Exclude Terraform and Terragrunt cache directories from checkpoints (RooCodeInc#4601) (RooCodeInc#5750)
* feat: add Issue Fixer Orchestrator mode * fix: Exclude Terraform and Terragrunt cache directories from checkpoints (RooCodeInc#4601)
1 parent db71853 commit d513b9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/checkpoints/excludes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const getBuildArtifactPatterns = () => [
1111
".next/",
1212
".nuxt/",
1313
".sass-cache/",
14+
".terraform/",
15+
".terragrunt-cache/",
1416
".vs/",
1517
".vscode/",
1618
"Pods/",

0 commit comments

Comments
 (0)