From dbc2a15285c05d86f2ba00a9e5446adea6690bc6 Mon Sep 17 00:00:00 2001 From: kagol Date: Sun, 10 Oct 2021 19:07:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4package-lock.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9dc207ff..28fc3422 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist-ssr build *.local pnpm-lock.yaml +package-lock.json yarn-error.log .history .vscode -- Gitee