From 078edf7a8564cf42b3bd6acec0825d182cc998cd Mon Sep 17 00:00:00 2001 From: Rdzleo Date: Wed, 11 Feb 2026 16:55:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20.gitignore=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 .DS_Store 规则换行问题 - 添加注释说明规则用途 Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd0f4b8..e10eb29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹) -/build.DS_Store +/build + +# 忽略 macOS 系统文件 +.DS_Store