Files
iot-device-management-frontend/.gitignore
lzh 5d42c2bfe6 feat(iot-v2): 新增 AGENTS.md 跨 agent 通用规范(方案 C)
- AGENTS.md 作为 agents.md 标准规范文件(Claude Code/Cursor/Codex 等通用)
- .gitignore 补充 .claude/ 和 CLAUDE.md 忽略规则
- AGENTS.md 追踪进入 git(团队共享)

涵盖:
- 项目背景(IoT v2.0 前端升级)
- 任务卡系统引用(14-任务执行卡/Fxx)
- 硬约束(分支 feat/iot-2.0 / 禁止 push / 决策 5 双入口)
- 前端约定(TS 严格 / pnpm catalog / i18n / 模板变量)
- 告警正交状态 5 种组合展示(评审 C1)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 17:49:22 +08:00

58 lines
685 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