- 修复 .DS_Store 规则换行问题 - 添加注释说明规则用途 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
|
|
/build
|
|
|
|
# 忽略 macOS 系统文件
|
|
.DS_Store
|