From 9d3d27faf30b767ceee9ae5a08dc782feaa378f9 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sun, 5 Nov 2023 15:36:37 +0000 Subject: [PATCH] Remove generated file from repo --- .gitignore | 1 + cista-front/components.d.ts | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 cista-front/components.d.ts diff --git a/.gitignore b/.gitignore index 02868b0..b73145d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ *.egg-info/ /cista/_version.py /cista/wwwroot/* +/cista-front/components.d.ts # Generated /dist diff --git a/cista-front/components.d.ts b/cista-front/components.d.ts deleted file mode 100644 index 084f445..0000000 --- a/cista-front/components.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-vue-components -// Read more: https://github.com/vuejs/core/pull/3399 -export {} - -declare module 'vue' { - export interface GlobalComponents { - BreadCrumb: typeof import('./src/components/BreadCrumb.vue')['default'] - FileExplorer: typeof import('./src/components/FileExplorer.vue')['default'] - FileRenameInput: typeof import('./src/components/FileRenameInput.vue')['default'] - FileViewer: typeof import('./src/components/FileViewer.vue')['default'] - HeaderMain: typeof import('./src/components/HeaderMain.vue')['default'] - HeaderSelected: typeof import('./src/components/HeaderSelected.vue')['default'] - LoginModal: typeof import('./src/components/LoginModal.vue')['default'] - ModalDialog: typeof import('./src/components/ModalDialog.vue')['default'] - NotificationLoading: typeof import('./src/components/NotificationLoading.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - SvgButton: typeof import('./src/components/SvgButton.vue')['default'] - UploadButton: typeof import('./src/components/UploadButton.vue')['default'] - } -}