mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 00:03:42 +08:00
- 修复流程提交组件 props 默认值返回 undefined 的问题 - 清理调试日志和空生命周期钩子 - 修复 TagsView 滚动监听移除参数不一致 - 补充消息推送 SSE watcher 清理 - 补充缓存监控页 ECharts 实例和 resize 监听清理 - 忽略 IDE 模块文件并纳入 pnpm lockfile
30 lines
330 B
Plaintext
30 lines
330 B
Plaintext
.DS_Store
|
|
.history
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
**/*.log
|
|
|
|
tests/**/coverage/
|
|
tests/e2e/reports
|
|
selenium-debug.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.iml
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# 编译生成的文件
|
|
auto-imports.d.ts
|
|
components.d.ts
|