GamePortrait/.gitignore
li 1ce0a9e722 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>
2026-01-17 23:16:57 +08:00

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/