Searched refs:targetGitIgnore (Results 1 – 1 of 1) sorted by relevance
90 targetGitIgnore: string,94 if (!targetGitIgnore.includes(header)) {99 sanitizedTarget ?? targetGitIgnore,121 const targetGitIgnore = fs.readFileSync(targetGitIgnorePath, { constant131 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 …]