From 9579d00b27056262ebbab7e177f021ca2cb65701 Mon Sep 17 00:00:00 2001 From: mimimi Date: Wed, 2 Jan 2019 21:28:05 +0800 Subject: [PATCH] chore: add yarn logs to .gitignore (#13922) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 25e896490..29a918ed7 100644 --- a/.gitignore +++ b/.gitignore @@ -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