From 288eb358a3aebf598dc183d4761e53863ac9af12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Thu, 11 Mar 2021 20:05:13 +0800 Subject: [PATCH] chore(deps): ignore file package-lock.json [skip ci] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6e0985d..67a5f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ dist node_modules .idea .editorconfig +package-lock.json