nx/docs/generated/devkit/visitNotIgnoredFiles.md

479 B

Function: visitNotIgnoredFiles

visitNotIgnoredFiles(tree, dirPath, visitor): void

Utility to act on all files in a tree that are not ignored by git.

Parameters

Name Type
tree Tree
dirPath string
visitor (path: string) => void

Returns

void