Skip to content

FR(crate_universe): honor .bazelignore and REPO.bazel ignore_directories #3590

@alexeagle

Description

@alexeagle

The splicer can ignore crates (Cargo.toml files) that appear in certain fixed paths:

const IGNORE_LIST: &[&str] = &[".git", "bazel-*", ".svn"];

If a directory is bazel-ignored, then the splicer should skip that too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions