feat(image): 新建knowai-ui:1.0.0镜像并完成推送
- 最终完成16个组件的搭建,覆盖常用组件和布局 - 通过tsc eslint完成测试,vitest测试因未知问题放弃(但保留测试文件) BREAKING CHANGE: 新镜像分支
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 依赖相关
|
||||
node_modules
|
||||
.pnpm-store/
|
||||
|
||||
# 测试与打包
|
||||
coverage/
|
||||
|
||||
# 编辑器
|
||||
.vscode/*
|
||||
|
||||
# docker构建
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# CI(等资源够了再推送,暂时也不关闭CI webhook)
|
||||
.drone.yml
|
||||
Reference in New Issue
Block a user