From 67d71ece0c7d6ed9f4c0ab8df2ca25121520d3d6 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sat, 13 Dec 2025 10:20:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 pnpm-lock.yaml 到忽略列表 - 保持编辑器相关目录和文件的忽略规则不变 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73f996e..21eae54 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ node_modules dist dist-ssr *.local +pnpm-lock.yaml # Editor directories and files .claude/*