-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 1.16 KB
/
Copy path.gitignore
File metadata and controls
63 lines (53 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# BMAD / 编辑器 / 规划产物(仅本地,不提交)
_bmad/
_bmad-output/
.cursor/
.specify/
screenshots/
specs/
# 应用构建与依赖
node_modules/
dist/
src-tauri/target/
# 环境变量
.env
.env.*
*.local
*.log
# OS
.DS_Store
Thumbs.db
# Local npm cache
.npm-cache/
# Local runtime / operator state
.serena/
.codex/
.runtime-mcp/
.specstory/
packages/
.claude/
.omc/
.zread/
outputs/
.tmp/
task_plan.md
findings.md
progress.md
# Visual regression artifacts
artifacts/visual-regression/*/
!artifacts/visual-regression/README.md
!artifacts/visual-regression/ci-baseline/
!artifacts/visual-regression/ci-baseline/**
# Local docs workspaces; release-related subdirectories can be allowlisted later.
docs/*/
docs/2026-03-27-agent-editing-boundaries.md
docs/2026-03-27-agent-settings-implementation-checklist.md
docs/2026-03-31-memory-view-wave1-handoff.md
docs/plans/2026-03-26-claw-scope-gateway-connector-rust-module-design.md
docs/plans/2026-03-26-clawx-gateway-auto-connect-mechanism-analysis.md
# Local design/import artifacts kept out of version control
/src/imports/
# Root-level icon exploration exports
/icon-square.png
/icon-transparent.png
/icon-zoom.png