vuepress / create-vuepress-site

VuePress Site Generator
https://www.npmjs.com/package/create-vuepress-site
MIT License
117 stars 43 forks source link

add yarn-error.log to gitignore file #11

Open gtn1024 opened 3 years ago

gtn1024 commented 3 years ago

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.

image