Home
last modified time | relevance | path

Searched defs:isIgnoredPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/fingerprint/build/utils/
H A DPath.d.ts5 export declare function isIgnoredPath(filePath: string, ignorePaths: string[], minimatchOptions?: m… function
H A DPath.js11 function isIgnoredPath(filePath, ignorePaths, minimatchOptions = { dot: true }) { function
/expo/packages/@expo/fingerprint/src/utils/
H A DPath.ts6 export function isIgnoredPath( function