Skip to content

Commit 3fe50f9

Browse files
committed
chore: 清理 .gitignore 文件
1 parent 01c3b37 commit 3fe50f9

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.gitignore

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,22 @@
1-
# 依赖目录
1+
22
.idea/
33
node_modules/
44
packages/*/node_modules/
55
examples/node_modules/
66
docs/node_modules/
7-
8-
9-
/packages/*/src/styles/button.scss
10-
/packages/*/src/styles/var.scss
11-
12-
# 忽略所有 package-lock.json 文件
137
package-lock.json
148
**/package-lock.json
15-
16-
# 构建输出
179
dist/
1810
lib/
1911
*.log
20-
21-
# IDE配置
2212
.idea/
2313
*.swp
2414
*.swo
2515
.trae
26-
# 环境变量
2716
.env
2817
.env.local
29-
30-
# 系统文件
3118
.DS_Store
3219
Thumbs.db
33-
.windsurf
34-
.cursor
35-
.clinerules
3620

3721

3822

0 commit comments

Comments
 (0)