- 将 dist/ 目录添加到 .gitignore - 从版本控制中移除已跟踪的 dist 文件 - 构建产物应由 CI/CD 或本地构建生成,不应提交到仓库 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
142 B
Plaintext
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/
|