Skip to content

PathSettings.isPathIgnored method

PathSettings › isPathIgnored

Checks if a path is ignored by the include/exclude path settings.

Signature:

isPathIgnored(path: string): boolean

Parameters:

ParameterTypeDescription
pathstringThe path to check.

Returns: booleantrue if the path is ignored, false otherwise.