chore: 更新 .gitignore 文件

- 添加日志文件和依赖管理工具的缓存文件到忽略列表
- 忽略 Visual Studio Code 和其他编辑器的配置文件
- 排除 cypress 测试的视频和截图文件
- 忽略 TypeScript 编译信息文件
This commit is contained in:
2025-04-24 12:30:49 +08:00
parent c179401357
commit f620c01faf
29 changed files with 3567 additions and 3 deletions

29
web/README.md Normal file
View File

@@ -0,0 +1,29 @@
# web
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```