Skip to content

Commit a794891

Browse files
committed
更新 .gitignore 文件,新增 demo-dist 目录忽略规则;修复 .cache 目录的忽略规则。
1 parent e7f82eb commit a794891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_modules
77
dist
88
dist-ssr
99
*.local
10+
demo-dist
1011

1112
# Testing
1213
coverage
@@ -38,4 +39,4 @@ pnpm-debug.log*
3839

3940
# Cache
4041
.temp
41-
.cache
42+
.cache

0 commit comments

Comments
 (0)