From ce048333be7ffc79ae2475a3a0c15ffbd6bcd968 Mon Sep 17 00:00:00 2001 From: Li Lingfeng Date: Tue, 30 Aug 2022 03:41:28 +0000 Subject: [PATCH] Ignored package-lock.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07e2255..dfc0bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ gen node_modules/ *.lock *.log -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +package-lock.json