From c16bac75025c7d2d90ed887668511d356c28aa6d Mon Sep 17 00:00:00 2001 From: iapyang Date: Thu, 26 Nov 2020 16:03:44 +0800 Subject: [PATCH] chore: add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 945447be2..a259fb4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ node_modules/ coverage unit.test.statistic.json package-lock.json +yarn.lock *.tgz \ No newline at end of file