Files
knowai/.gitignore
tobegold574 b74c01340c feat(image): 新建knowai-ui:1.0.0镜像并完成推送
- 最终完成16个组件的搭建,覆盖常用组件和布局
- 通过tsc eslint完成测试,vitest测试因未知问题放弃(但保留测试文件)

BREAKING CHANGE: 新镜像分支
2025-11-14 14:48:18 +08:00

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