We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c3b37 commit 3fe50f9Copy full SHA for 3fe50f9
.gitignore
@@ -1,38 +1,22 @@
1
-# 依赖目录
+
2
.idea/
3
node_modules/
4
packages/*/node_modules/
5
examples/node_modules/
6
docs/node_modules/
7
-
8
9
-/packages/*/src/styles/button.scss
10
-/packages/*/src/styles/var.scss
11
12
-# 忽略所有 package-lock.json 文件
13
package-lock.json
14
**/package-lock.json
15
16
-# 构建输出
17
dist/
18
lib/
19
*.log
20
21
-# IDE配置
22
23
*.swp
24
*.swo
25
.trae
26
-# 环境变量
27
.env
28
.env.local
29
30
-# 系统文件
31
.DS_Store
32
Thumbs.db
33
-.windsurf
34
-.cursor
35
-.clinerules
36
37
38
0 commit comments