Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A DmergeGitIgnorePaths.ts39 const sourceGitIgnore = fs.readFileSync(sourceGitIgnorePath).toString(); constant
40 const merged = mergeGitIgnoreContents(targetGitIgnore, sourceGitIgnore);
91 sourceGitIgnore: string
93 const header = createGeneratedHeaderComment(sourceGitIgnore);
103 sourceGitIgnore,