Files
iot-device-management-frontend/.gitignore
lzh be0d6d5289 chore: 同步 restore-yudao-backend 分支到 feat/iot-2.0
合并 restore-yudao-backend 累积的 99 个 commit(登录 UI 重构 / SSO 单点 /
告警看板 / ROI 改造 / 工单 H5 / 多项目切换 / video 模块重构等),
作为 IoT v2.0 前端开发基线。

# Conflicts:
#	.gitignore
2026-04-23 20:20:31 +08:00

62 lines
777 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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