/**
* 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
*/exportdeclarefunctionaddToGitignore(filepath: string, errorMsg: string): Promise<void>;