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:
+13
@@ -1 +1,14 @@
|
||||
.ace-tool/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Build artifacts
|
||||
dist.zip
|
||||
*.tar.gz
|
||||
|
||||
# Node modules cache
|
||||
node_modules/.cache/
|
||||
|
||||
# IDE settings
|
||||
.setting/
|
||||
|
||||
Reference in New Issue
Block a user