nx/docs/generated/devkit/visitNotIgnoredFiles.md

18 lines
479 B
Markdown

# 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`](../../devkit/documents/Tree) |
| `dirPath` | `string` |
| `visitor` | (`path`: `string`) => `void` |
#### Returns
`void`