Searched refs:createGitIgnoreHash (Results 1 – 1 of 1) sorted by relevance
146 const hashKey = createGitIgnoreHash(getSanitizedGitIgnoreLines(gitIgnore).join('\n'));169 export function createGitIgnoreHash(gitIgnore: string): string { function