合并 restore-yudao-backend 累积的 99 个 commit(登录 UI 重构 / SSO 单点 / 告警看板 / ROI 改造 / 工单 H5 / 多项目切换 / video 模块重构等), 作为 IoT v2.0 前端开发基线。 # Conflicts: # .gitignore
62 lines
777 B
Plaintext
62 lines
777 B
Plaintext
node_modules
|
||
.DS_Store
|
||
dist
|
||
dist-ssr
|
||
dist.zip
|
||
dist.tar
|
||
dist.war
|
||
.nitro
|
||
.output
|
||
*-dist.zip
|
||
*-dist.tar
|
||
*-dist.war
|
||
coverage
|
||
*.local
|
||
**/.vitepress/cache
|
||
.cache
|
||
.turbo
|
||
.temp
|
||
dev-dist
|
||
.stylelintcache
|
||
yarn.lock
|
||
package-lock.json
|
||
.VSCodeCounter
|
||
**/backend-mock/data
|
||
|
||
# local env files
|
||
.env.local
|
||
.env.*.local
|
||
.eslintcache
|
||
|
||
logs
|
||
*.log
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
pnpm-debug.log*
|
||
lerna-debug.log*
|
||
vite.config.mts.*
|
||
vite.config.mjs.*
|
||
vite.config.js.*
|
||
vite.config.ts.*
|
||
|
||
# Editor directories and files
|
||
.idea
|
||
# .vscode
|
||
*.suo
|
||
*.ntvs*
|
||
*.njsproj
|
||
*.sln
|
||
*.sw?
|
||
.history
|
||
.cursor
|
||
|
||
# AI Agent 本地配置
|
||
.claude/
|
||
CLAUDE.md
|
||
# AGENTS.md 允许追踪(跨 agent 通用规范,方案 C)
|
||
|
||
# Diagnostic documents - DO NOT COMMIT
|
||
docs/问题诊断/*.md
|
||
!docs/问题诊断/README.md
|