create-vuepress-site
create-vuepress-site copied to clipboard
add yarn-error.log to gitignore file
When I try to use yarn, it sometimes throws an error and create a file called yarn-error.log at the root directory.
So I add this file to .gitignore in order that it would not be included to git.
