diff --git a/ui/.gitpod.yml b/ui/.gitpod.yml deleted file mode 100644 index c7ed74393..000000000 --- a/ui/.gitpod.yml +++ /dev/null @@ -1,15 +0,0 @@ -ports: - - port: 3000 - onOpen: open-browser - -tasks: - - init: npm install -g pnpm && pnpm install && pnpm build:packages - command: pnpm dev - -vscode: - extensions: - - dbaeumer.vscode-eslint - - editorconfig.editorconfig - - esbenp.prettier-vscode - - vue.volar - - vue.vscode-typescript-vue-plugin diff --git a/ui/.npmignore b/ui/.npmignore deleted file mode 100644 index 86735525d..000000000 --- a/ui/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -/node_modules/* -/.idea/* -/.git/* -/.github/* \ No newline at end of file