Skip to content

Turborepo

Task Runners

Turborepo

Adds vendor exclusions to task inputs without dropping Turbo defaults.
Detected From
turbo.json, turbo.jsonc, or a turbo dependency.
Writes
task input arrays with !$TURBO_ROOT$/vendor/**.
Visibility
Task hashing ignores vendor while files remain available to the repo.

When To Use It

Use this when vendor snapshots should not invalidate every Turbo task cache.

Workflow

Run ingraft doctor to inspect the current status, then run ingraft refresh after adding or updating vendored source. Refresh only writes supported files when the tool is actually detected in the repository.