fix: 修正 .gitignore 格式

- 修复 .DS_Store 规则换行问题
- 添加注释说明规则用途

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Rdzleo 2026-02-11 16:55:41 +08:00
parent 2dbe4efc49
commit 078edf7a85

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
/build.DS_Store
/build
# 忽略 macOS 系统文件
.DS_Store