- 删除根 docs/ 中的 audit/issue 文档 - 删除 api-server/docs/ 中的 16 个审核/里程碑文档 - rag-worker/ 从 api-server 迁出为独立项目 - 新增 admin 导入批量重新解析、按知识库筛选、后端排序 - 新增 source 软删除标记,防止已删 source 重新解析 - 修复 upload-url 500(重复 UploadSession 创建 + 缺 sizeBytes) - 修复 loadContextByScope 读 chunks 而非依赖 textLength - 修复 MaterialReadingProgress.create() increment 语法错误 - 新增 LoggingInterceptor 记录所有 HTTP 请求 - 新增学习会话批量删除接口 - enrichWithNames 增加 email 回退 - 全局异常过滤器和 name-resolver 增强 Co-Authored-By: Claude <noreply@anthropic.com>
56 lines
584 B
Plaintext
56 lines
584 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Test
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Prisma
|
|
prisma/seed.js
|
|
prisma/seed.js.map
|
|
prisma/seed.d.ts
|
|
|
|
# CI debug screenshots
|
|
*-error-*.png
|
|
*-run-*.png
|
|
|
|
# Audit scripts (ephemeral, may contain credentials in env vars)
|
|
scripts/
|
|
|
|
# Misc
|
|
.cache/
|
|
tmp/
|
|
temp/docs/credentials.md
|
|
docs/credentials.md
|
|
docs/AI回答.md
|
|
|
|
# rag-worker (migrated to own project)
|
|
rag-worker/
|