Skip to content

Commit bcf733a

Browse files
committed
chore:更新 .gitignore
1 parent 9dc6f19 commit bcf733a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ stats.html
3232
# 组件内容生成的类型声明
3333
components.d.ts
3434
# 自动导入相关api内容生成的类型声明
35-
auto-imports.d.ts
35+
/src/auto-imports.d.ts

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ stats.html
3232
# 组件内容生成的类型声明,建议把他加入 gitignore 中,以免出现频繁更改导致 git 监测到项目内容一直变动的问题
3333
compnents.d.ts
3434

35-
auto-imports.d.ts
35+
/src/auto-imports.d.ts

components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ declare module '@vue/runtime-core' {
1212
RouterView: typeof import('vue-router')['RouterView']
1313
Tabbar: typeof import('./src/layout/tabbar/index.vue')['default']
1414
VanButton: typeof import('vant/es')['Button']
15-
VanIcon: typeof import('vant/es')['Icon']
1615
VanTabbar: typeof import('vant/es')['Tabbar']
1716
VanTabbarItem: typeof import('vant/es')['TabbarItem']
18-
VanTag: typeof import('vant/es')['Tag']
1917
}
2018
}

0 commit comments

Comments
 (0)