-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (71 loc) · 1.48 KB
/
Copy path.gitignore
File metadata and controls
78 lines (71 loc) · 1.48 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.DS_Store
node_modules
.worktrees
.sst
.env
.env.local
.idea
.vscode
.codex
*~
playground
tmp
dist
ts-dist
.turbo
**/.serena
.serena/
**/.omo
.omo/
/result
refs
Session.vim
/opencode.json
a.out
target
.scripts
.direnv/
# Local dev files
opencode-dev
packages/opencode/script/config.json
UPCOMING_CHANGELOG.md
logs/
*.bun-build
tsconfig.tsbuildinfo
# opencode runtime-generated local project config (created when running the built binary in a package dir)
**/.opencode/settings.json
# OpenSpec artifacts (local-only, not tracked)
/openspec/
# Personal thought and design notes (never commit)
/docs/graph-engineering-template-research.md
# hooks file
.opencode/hooks.json
# agent files
.agents
.claude
.opencode/commands/
.opencode/skills
.qoder
.opencode/workflow-reports/
# opencode local workflow state
.opencode/.dag-specs/
.opencode/dag-init.json
.opencode/workflow-drafts/
.opencode/workflow-reports/
# >>> specgit: local delivery assets (managed by specgit init) >>>
/.specgit.yaml
/spec_git/
/.opencode/hooks/specgit-merge-guard.sh
/.opencode/command/specgit-issue.md
/.agents/skills/specgit-issue/SKILL.md
/.opencode/command/specgit-finish.md
/.agents/skills/specgit-finish/SKILL.md
/.opencode/command/specgit-doctor.md
/.agents/skills/specgit-doctor/SKILL.md
/.opencode/command/specgit-pr.md
/.agents/skills/specgit-pr/SKILL.md
/.opencode/command/specgit-status.md
/.agents/skills/specgit-status/SKILL.md
/.local/state/
/.local/cache/
# <<< specgit: local delivery assets (managed by specgit init) <<<