From 0a856dab713d80cdf195ec14faef72a29a85c46d Mon Sep 17 00:00:00 2001 From: mirage <1127314491@qq.com> Date: Sat, 28 Feb 2026 09:57:17 +0800 Subject: [PATCH] =?UTF-8?q?git=E6=8E=92=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc/.gitignore | 2 ++ uniapp/.gitignore | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pc/.gitignore b/pc/.gitignore index a7eb25f2..070f5af8 100644 --- a/pc/.gitignore +++ b/pc/.gitignore @@ -9,3 +9,5 @@ node_modules .env.development .env.production dist + +package-lock.json diff --git a/uniapp/.gitignore b/uniapp/.gitignore index aeb98640..933d8f62 100644 --- a/uniapp/.gitignore +++ b/uniapp/.gitignore @@ -29,4 +29,6 @@ coverage # .env .env.development -.env.production \ No newline at end of file +.env.production + +package-lock.json \ No newline at end of file