Searched refs:removeGeneratedGitIgnoreContents (Results 1 – 2 of 2) sorted by relevance
66 expect(GitIgnore.removeGeneratedGitIgnoreContents(gitignore2)?.split('\n')).toStrictEqual([74 expect(GitIgnore.removeGeneratedGitIgnoreContents(gitignore1)).toBe(null);77 expect(GitIgnore.removeGeneratedGitIgnoreContents(gitignore3)).toBe(null);80 expect(GitIgnore.removeGeneratedGitIgnoreContents(gitignore4)).toBe(null);
72 export function removeGeneratedGitIgnoreContents(gitIgnore: string): string | null { function96 const sanitizedTarget = removeGeneratedGitIgnoreContents(targetGitIgnore);