Files
pmrx-gm/web/.vscode/settings.json
kubbo f620c01faf chore: 更新 .gitignore 文件
- 添加日志文件和依赖管理工具的缓存文件到忽略列表
- 忽略 Visual Studio Code 和其他编辑器的配置文件
- 排除 cypress 测试的视频和截图文件
- 忽略 TypeScript 编译信息文件
2025-04-24 12:30:49 +08:00

11 lines
451 B
JSON

{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"tsconfig.json": "tsconfig.*.json, env.d.ts",
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .prettier*, prettier*, .editorconfig"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}