/** * 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;