From ab6282b94c5ab61594c09481d5730fede88e1238 Mon Sep 17 00:00:00 2001 From: fish Date: Sat, 4 Jul 2026 17:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20gitignore=20=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=20package-lock.json=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c79f86..8b03049 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ backend/static/ backend/app/static/ # ===== npm lockfile (不纳入版本控制) ===== -frontend/package-lock.json +**/package-lock.json # ===== IDE ===== .idea/