Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DcopyTemplateFiles.ts8 import { mergeGitIgnorePaths } from '../utils/mergeGitIgnorePaths';
83 : mergeGitIgnorePaths(
/expo/packages/@expo/cli/src/utils/__tests__/
H A DmergeGitIgnorePaths-test.ts106 expect(GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath)).toBe(null);
136 const results = GitIgnore.mergeGitIgnorePaths(targetGitIgnorePath, sourceGitIgnorePath);
/expo/packages/@expo/cli/src/utils/
H A DmergeGitIgnorePaths.ts23 export function mergeGitIgnorePaths( function