Files
knowai/.gitignore
tobegold574 a0c907beed feat(api): 添加热门卡片与榜单接口及实现
- 新增热门帖子、热门作者、榜单接口及实现
- 新增api-documentation,更好的ai协作
- 修复types没有导出的问题

BREAKING CHANGES: 1.0.0->1.1.0(latest)
2025-11-18 22:29:40 +08:00

18 lines
218 B
Plaintext
Raw Permalink 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-store/
# 测试与打包
coverage/
dist/
# 编辑器
.vscode/*
# docker构建
Dockerfile
.dockerignore
# CI等资源够了再推送暂时也不关闭CI webhook
.drone.yml