Skip to content

Commit ecc05ba

Browse files
committed
chore: 更新 .gitignore 和 docs/package.json
1 parent c8993af commit ecc05ba

File tree

3 files changed

+47
-137
lines changed

3 files changed

+47
-137
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ packages/*/node_modules/
44
examples/node_modules/
55
docs/node_modules/
66

7+
/packages/*/src/styles/button.scss
8+
/packages/*/src/styles/var.scss
9+
docs/package-lock.json
710
# 构建输出
811
dist/
912
lib/
@@ -23,7 +26,6 @@ lib/
2326
.DS_Store
2427
Thumbs.db
2528
.windsurf
26-
/packages/*/src/styles/button.scss
27-
/packages/*/src/styles/var.scss
29+
2830

2931

0 commit comments

Comments
 (0)