cc-haha/.gitignore
你的姓名 78ca7070ad chore: ignore .kiro IDE local config
Scope-risk: narrow
2026-06-09 16:53:06 +08:00

96 lines
1.7 KiB
Plaintext

.env
.env.*
!.env.example
node_modules
openspec
.DS_Store
# Computer Use runtime (auto-generated)
.runtime/
extracted-natives/
# Adapter attachment cache (created at runtime by AttachmentStore when
# running adapter tests or the feishu/telegram adapters locally)
.lark-attachments/
.tg-attachments/
# Playwright MCP snapshots & logs
.playwright-mcp/
# OMX state/logs
.omx/
# E2E screenshots
e2e-*.png
# Quality gate reports
artifacts/quality-runs/
artifacts/coverage/
# Desktop build output
desktop/dist/
desktop/electron-dist/
desktop/build-artifacts/
desktop/src-tauri/binaries/
desktop/src-tauri/target/
desktop/src-tauri/gen/
desktop/package-lock.json
# Desktop brand asset candidates (keep only selected ones in public/)
desktop/brand-assets/
# Claude local config & auto-generated
.claude/*
# …but project-level agents under .claude/agents/ are part of the repo and
# should be shared with other contributors. Whitelist them explicitly.
!.claude/agents/
!.claude/agents/**
# Kiro IDE local config (steering, specs, hooks) — local only
.kiro/
# Superpowers plans & specs (local only)
docs/superpowers/
.superpowers/
# Temp server/web logs
.tmp-*.log
# Editor / IDE local config
.vscode/
# codegraph local index (generated by the codegraph tool, not a build artifact)
.codegraph/
# Debug / temp screenshots (root dir only)
/*.png
bug_attachments/
# Private keys & credentials
*.pem
*.key
*.p12
credentials*.json
# TS build cache
*.tsbuildinfo
# Temp markdown snapshots
sidebar-snapshot.md
# VitePress
docs/.vitepress/dist
docs/.vitepress/cache
runtime/__pycache__
# IDE
.idea
# Codex logs
.codex-logs/
# Local AI assistant artifacts (graph, notes)
CLAUDE.md
graphify-out/
.gitignore