Home
last modified time | relevance | path

Searched refs:createGitIgnoreHash (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DmergeGitIgnorePaths.ts146 const hashKey = createGitIgnoreHash(getSanitizedGitIgnoreLines(gitIgnore).join('\n'));
169 export function createGitIgnoreHash(gitIgnore: string): string { function