feat: 添加前端构建产物 frontend/dist,更新 gitignore 规则

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-21 11:11:04 +08:00
parent 817d13c8f7
commit e18a367abb
291 changed files with 920 additions and 0 deletions

2
.gitignore vendored
View File

@@ -12,6 +12,8 @@ __pycache__/
build/
develop-eggs/
dist/
!frontend/dist/
!frontend/dist/**
node_modules/
*.tsbuildinfo
downloads/