PathSettings.isPathIgnored method
PathSettings › isPathIgnored
Checks if a path is ignored by the include/exclude path settings.Signature:
isPathIgnored(path: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to check. |
Returns: boolean — true if the path is ignored, false otherwise.