Procházet zdrojové kódy

fix: Exclude Terraform and Terragrunt cache directories from checkpoints (#4601) (#5750)

* feat: add Issue Fixer Orchestrator mode

* fix: Exclude Terraform and Terragrunt cache directories from checkpoints (#4601)
Murilo Pires před 6 měsíci
rodič
revize
d513b9c0e1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/services/checkpoints/excludes.ts

+ 2 - 0
src/services/checkpoints/excludes.ts

@@ -11,6 +11,8 @@ const getBuildArtifactPatterns = () => [
 	".next/",
 	".nuxt/",
 	".sass-cache/",
+	".terraform/",
+	".terragrunt-cache/",
 	".vs/",
 	".vscode/",
 	"Pods/",