Searched refs:mergeGitIgnorePaths (Results 1 – 3 of 3) sorted by relevance
8 import { mergeGitIgnorePaths } from '../utils/mergeGitIgnorePaths';83 : mergeGitIgnorePaths(
106 expect(GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath)).toBe(null);136 const results = GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath);
23 export function mergeGitIgnorePaths( function