- 添加 .DS_Store(macOS 系统文件) - 添加 dist.zip 和 *.tar.gz(构建压缩包) - 添加 node_modules/.cache/(Node 模块缓存) - 添加 .setting/(IDE 配置目录) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
.ace-tool/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Build artifacts
|
|
dist.zip
|
|
*.tar.gz
|
|
|
|
# Node modules cache
|
|
node_modules/.cache/
|
|
|
|
# IDE settings
|
|
.setting/
|