api-server/.gitignore
wangdl a621bd169d
Some checks failed
Deploy API Server / build-and-unit (push) Successful in 41s
Deploy API Server / current-integration (push) Successful in 33s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Failing after 57s
feat: 文档清理 + RAG Worker 迁移 + 批量操作 + HTTP 日志 + 学习会话修复
- 删除根 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>
2026-07-01 22:44:36 +08:00

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/