Searched refs:sourceGitIgnorePath (Results 1 – 2 of 2) sorted by relevance
94 const sourceGitIgnorePath = path.join(projectRoot, '.gitignore-other'); constant96 sourceGitIgnorePath,106 expect(GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath)).toBe(null);124 const sourceGitIgnorePath = path.join(projectRoot, '.gitignore-other'); constant126 sourceGitIgnorePath,136 const results = GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath);
25 sourceGitIgnorePath: string33 if (!fs.existsSync(sourceGitIgnorePath)) {39 const sourceGitIgnore = fs.readFileSync(sourceGitIgnorePath).toString();