chore: 更新 .gitignore 规则,排除构建产物和缓存文件

- 添加 .DS_Store(macOS 系统文件)
- 添加 dist.zip 和 *.tar.gz(构建压缩包)
- 添加 node_modules/.cache/(Node 模块缓存)
- 添加 .setting/(IDE 配置目录)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
li
2026-01-17 23:16:57 +08:00
co-authored by Claude Sonnet 4.5
parent c19ebf267a
commit 1ce0a9e722
292 changed files with 13 additions and 289 deletions
+13
View File
@@ -1 +1,14 @@
.ace-tool/
# macOS
.DS_Store
# Build artifacts
dist.zip
*.tar.gz
# Node modules cache
node_modules/.cache/
# IDE settings
.setting/