chore: add yarn logs to .gitignore (#13922)

pull/13962/head
mimimi 2019-01-02 21:28:05 +08:00 committed by Jiewei Qian
parent b5e6c2ed20
commit 9579d00b27
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,8 +1,12 @@
node_modules
.DS_Store
npm-debug.log
yarn-debug.log
yarn-error.log
lerna-debug.log
npm-debug.log.*
yarn-debug.log.*
yarn-error.log.*
lerna-debug.log.*
lib
.idea