Function: visitNotIgnoredFiles

visitNotIgnoredFiles(tree, dirPath, visitor): void

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

Parameters

NameType
treeTree
dirPathstring
visitor(path: string) => void

Returns

void