-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request