Skip to content

Commit a1bc7a8

Browse files
committed
fix: 修复.gitignore中dist目录的忽略规则
1 parent baf54ce commit a1bc7a8

File tree

16 files changed

+1
-380
lines changed

16 files changed

+1
-380
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ web-types.json
33
tags.json
44
attributes.json
55
node_modules/
6-
# dist/
6+
dist/

playground/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

playground/index.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

playground/package.json

Lines changed: 0 additions & 68 deletions
This file was deleted.

playground/shims-uni.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

playground/src/App.vue

Lines changed: 0 additions & 13 deletions
This file was deleted.

playground/src/env.d.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

playground/src/main.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

playground/src/manifest.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

playground/src/pages.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)