@sentry/wizard
Version:
Sentry wizard helping you to configure your project
7 lines (6 loc) • 302 B
TypeScript
export declare function addToGitignore(filepath: string): Promise<boolean>;
/**
* Checks if gitignore file contains ios and android folders
* Processes line by line, ignoring comments and checking for exact patterns
*/
export declare const isFolderInGitignore: (folder: string) => Promise<boolean>;