Skip to content

Moonrepo

Task Runners

Moonrepo

Adds vendor to Moon's hasher ignore patterns.
Detected From
.moon/workspace.yml or .moon/workspace.yaml.
Writes
hasher.ignorePatterns with vendor/**.
Visibility
Moon hashing skips vendor without removing source from the workspace.

When To Use It

Use this when Moon task hashes should react only to first-party files.

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.