* Checks if a file should be ignored
(filePath: string, root: string)
| 40 | * Checks if a file should be ignored |
| 41 | */ |
| 42 | isIgnored(filePath: string, root: string): boolean; |
| 43 | |
| 44 | /** |
| 45 | * Loads the mgrepignore file for a directory |
no outgoing calls
no test coverage detected