UNPKG

vuoto

Version:

Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void

14 lines 392 B
/** * Collect .gitignore patterns recursively from cwd and all subfolders. * @param cwd The current working directory. * * @returns The collected .gitignore patterns. * * @example * * ```ts * const patterns = await collectGitignores(process.cwd()); * ``` */ export declare function collectGitignores(cwd: string): Promise<string[]>; //# sourceMappingURL=collect-gitignores.d.ts.map