UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 291 B
/** * Adds the given file to the .gitignore file. * * @param filepath the file(path) to add to the .gitignore file * @param errorMsg the error message to display if the file couldn't be added */ export declare function addToGitignore(filepath: string, errorMsg: string): Promise<void>;