api-server/.gitignore
wangdl 9d35c14bc2
All checks were successful
Deploy API Server / build (push) Successful in 36s
Deploy API Server / deploy (push) Successful in 57s
fix: storage 默认 COS + indexStatus 更新 + BullMQ 跳过文件导入
- storage.config.ts: NODE_ENV=production 默认 COS
- internal-rag.controller.ts: saveChunks 同步更新 indexStatus
- document-import.worker.ts: 文件导入跳过,留给 Python RAG Worker
- .gitignore: 添加 uploads/

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-04 11:59:03 +08:00

57 lines
593 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/
uploads/