Explorar o código

chore: 更新.gitignore,移除auto-imports.d.ts和components.d.ts文件

laiqi hai 1 ano
pai
achega
aad7642fb0
Modificáronse 3 ficheiros con 2 adicións e 24 borrados
  1. 2 0
      .gitignore
  2. 0 8
      apps/web-ele/auto-imports.d.ts
  3. 0 16
      apps/web-ele/components.d.ts

+ 2 - 0
.gitignore

@@ -23,6 +23,8 @@ pnpm-lock.yaml
 package-lock.json
 .VSCodeCounter
 **/backend-mock/data
+auto-imports.d.ts
+components.d.ts
 
 # local env files
 .env.local

+ 0 - 8
apps/web-ele/auto-imports.d.ts

@@ -1,8 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// noinspection JSUnusedGlobalSymbols
-// Generated by unplugin-auto-import
-// biome-ignore lint: disable
-export {}
-declare global {}

+ 0 - 16
apps/web-ele/components.d.ts

@@ -1,16 +0,0 @@
-/* eslint-disable */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-// biome-ignore lint: disable
-export {};
-
-/* prettier-ignore */
-declare module 'vue' {
-  export interface GlobalComponents {
-    ElButton: typeof import('element-plus/es')['ElButton']
-    ElTooltip: typeof import('element-plus/es')['ElTooltip']
-    RouterLink: typeof import('vue-router')['RouterLink']
-    RouterView: typeof import('vue-router')['RouterView']
-  }
-}