Files
whale-town-end/.gitignore
moyin 8ef45f53f1 refactor(auth): 优化注册流程中Zulip账号创建为异步处理
- 注册时Zulip账号创建改为异步,不阻塞注册流程
- 新增带3次重试和递增延迟的createZulipAccountWithRetry方法
- Zulip失败只记录日志,不影响用户注册成功
- 更新API文档,补充80+接口覆盖聊天/通知/位置等模块
- 添加.claude/和test-*.ps1到.gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 11:04:57 +08:00

56 lines
555 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 依赖
node_modules/
pnpm-lock.yaml
# 构建输出
dist/
build/
*.tsbuildinfo
# 环境变量
.env
.env.local
.env.*.local
.env.production
# 部署相关敏感文件
deploy.sh
webhook-handler.js
# 日志
*.log
*.log.gz
logs/
pnpm-debug.log*
# 操作系统
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 测试覆盖率
coverage/
.nyc_output/
# 临时文件
*.tmp
.cache/
# Redis数据文件本地开发用
redis-data/
.kiro/
.claude/
# 本地测试脚本
test-*.ps1
config/
docs/merge-requests
docs/ai-reading/me.config.json