From a0396eb13949446e3ee52dd390819ca3e0238346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 10 Aug 2018 09:36:03 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0a60f36..7f0586f4 100755 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,19 @@ yarn-error.log yarn.lock package-lock.json *bak +jsconfig.json +.vscode -# visual studio code -.history \ No newline at end of file +# visual studio code +.history +*.log + +functions/mock +.temp/** + +# umi +.umi +.umi-production + +# screenshot +screenshot \ No newline at end of file -- GitLab