From 850fc815576a880a2369538ceda29112a2e37af6 Mon Sep 17 00:00:00 2001 From: Jefferyhcool <1063474837@qq.com> Date: Sun, 13 Apr 2025 23:16:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.DS=5FStore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 文件中添加 .DS_Store,以忽略 macOS 自动生成的缓存文件 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0ce21f..2a1f967 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* - +.DS_Store # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json BiliNote/pnpm-lock.yaml