GamePortrait/.gitignore
li 812300ead6 chore: 排除 dist 构建目录,避免提交构建产物
- 将 dist/ 目录添加到 .gitignore
- 从版本控制中移除已跟踪的 dist 文件
- 构建产物应由 CI/CD 或本地构建生成,不应提交到仓库

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 23:17:32 +08:00

16 lines
142 B
Plaintext

.ace-tool/
# macOS
.DS_Store
# Build artifacts
dist/
dist.zip
*.tar.gz
# Node modules cache
node_modules/.cache/
# IDE settings
.setting/