chore: 排除 dist 构建目录,避免提交构建产物

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
li
2026-01-17 23:17:32 +08:00
co-authored by Claude Sonnet 4.5
parent 1ce0a9e722
commit 812300ead6
547 changed files with 1 additions and 697 deletions
+1
View File
@@ -4,6 +4,7 @@
.DS_Store
# Build artifacts
dist/
dist.zip
*.tar.gz