From 3f0410081692b591ea6bd3043afb31abd61245c6 Mon Sep 17 00:00:00 2001 From: tangheng Date: Tue, 17 Dec 2024 17:03:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20.gitignore=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6package-lock.json?= 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 0a2a67f1..dccd5ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ dist-ssr stats.html pnpm-lock.yaml +package-lock.json -- Gitee