chore: remove unused files (#7592)

#### What type of PR is this?

/area ui
/kind cleanup

#### What this PR does / why we need it:

Remove unused files.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/7594/head^2
Ryan Wang 2025-06-25 17:51:20 +08:00 committed by GitHub
parent 8e6ef30a0c
commit 3b1200ff2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 19 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
/node_modules/*
/.idea/*
/.git/*
/.github/*