Searched refs:sourceGitIgnore (Results 1 – 1 of 1) sorted by relevance
39 const sourceGitIgnore = fs.readFileSync(sourceGitIgnorePath).toString(); constant40 const merged = mergeGitIgnoreContents(targetGitIgnore, sourceGitIgnore);91 sourceGitIgnore: string93 const header = createGeneratedHeaderComment(sourceGitIgnore);103 sourceGitIgnore,