@masuidrive/bloom-local-rag
Version:
RAG (Retrieval-Augmented Generation) system for local directories - Index and search your documents with AI-powered answers
10 lines • 405 B
TypeScript
import ignore from 'ignore';
/**
* Create a combined gitignore checker that respects the hierarchy
*/
export declare function createGitignoreChecker(directory: string): Promise<(filePath: string) => boolean>;
/**
* Legacy function for backward compatibility
*/
export declare function loadGitignore(directory: string): Promise<ReturnType<typeof ignore> | null>;
//# sourceMappingURL=gitignore.d.ts.map