Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A DmergeGitIgnorePaths.ts90 targetGitIgnore: string,
94 if (!targetGitIgnore.includes(header)) {
99 sanitizedTarget ?? targetGitIgnore,
121 const targetGitIgnore = fs.readFileSync(targetGitIgnorePath, { constant
131 if (targetGitIgnore.includes(generatedHeaderPrefix)) {
132 const indexes = getGeneratedSectionIndexes(targetGitIgnore);
183 if (!targetGitIgnore.includes(contents)) {
187 targetGitIgnore = targetGitIgnore.replace(`${contents}\n`, '');
189 const indexes = getGeneratedSectionIndexes(targetGitIgnore);
192 targetGitIgnore = targetGitIgnore.replace(
[all …]