From 19629ab5839b9e1a88dde2ad3cd709fff6759520 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 29 Oct 2019 20:14:21 +0800 Subject: [PATCH] chore: add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6f07f288..2740c9f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules/ #demo.css .DS_Store coverage -unit.test.statistic.json \ No newline at end of file +unit.test.statistic.json +package-lock.json