Skip to content

Optimise directory walk code #10

@tbillington

Description

@tbillington

Currently the code that walks directories will traverse into child directories even if the current directory is identified as one of the known project types. This is unnecessary for the default case, and is pure overhead.

It also means we need to perform the CPU intensive step of removing everything found inside that projects artifacts, eg the node_modules of packages inside the top level node_modules of a node project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions