chore(git): add yarn-error.log to .gitignore

This commit is contained in:
Hongarc 2018-12-07 23:41:09 +07:00
parent 9421760165
commit 882526f5ab

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
# NPM # NPM and Yarn
npm-debug.log npm-debug.log
yarn-error.log
node_modules/ node_modules/
# Build artifacts and asset stuff # Build artifacts and asset stuff