Bazel
Build Systems
Bazel
Creates or updates .bazelignore so Bazel skips vendor.- Detected From
- MODULE.bazel, WORKSPACE, WORKSPACE.bazel, .bazelrc, .bazelversion, or BUILD.bazel.
- Writes
- .bazelignore with a managed vendor entry.
- Visibility
- Bazel ignores vendor for package loading; source remains present for agents.
When To Use It
Use this when large vendored repos should not become Bazel packages.
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.