Skip to content

Commit ccc4dd9

Browse files
author
baiqiang
committed
chore: 配置 gitignore 忽略自动生成的 docs/posts 目录; feat: 添加 UI 组件库设计指南
1 parent 350d795 commit ccc4dd9

6 files changed

Lines changed: 1653 additions & 309 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules/
22
docs/.vitepress/cache/
33
docs/.vitepress/dist/
4+
docs/posts/
45

56
# Drafts in content directory
67
content/_*

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ npm run docs:dev
2222
# 构建静态站点
2323
npm run docs:build
2424
```
25-
26-
---
27-
*持续记录,持续思考,持续实践。*

0 commit comments

Comments
 (0)