Files

22 lines
276 B
Plaintext

# 版本管理
.git
.gitignore
# 前端依赖与本地构建产物(镜像内由 pnpm 重新安装、重新构建)
**/node_modules
frontend/dist
web
# Go 构建产物
bin
backend/cmd/openteam/dist
# 文档与 CI
doc
.envci.yaml
tag.yaml
# 日志与数据库
*.log
*.db