-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (67 loc) · 1.38 KB
/
Copy path.gitignore
File metadata and controls
76 lines (67 loc) · 1.38 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
# Dependencies
.omo/*
!.omo/rules/
!.omo/rules/**
packages/*/.omo/*
.sisyphus/*
!.sisyphus/rules/
!.sisyphus/rules/**
node_modules/
# Build output
dist/
.vitest/
packages/omo-codex/plugin/skills/
# Platform binaries (built, not committed)
packages/*/bin/oh-my-opencode
packages/*/bin/oh-my-opencode.exe
packages/*/bin/*.map
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Lock files (use bun.lockb instead)
package-lock.json
!packages/lsp-tools-mcp/package-lock.json
!packages/lsp-daemon/package-lock.json
!packages/omo-codex/plugin/package-lock.json
yarn.lock
# Environment
.env
.env.local
test-injection/
notepad.md
oauth-success.html
*.bun-build
.dori-sync/
.dori/
.playwright-mcp/
# Debugging / session artifacts (skill workspace residue)
.debugging
local-ignore/
.local-ignore/
# QA evidence stays local and is summarized in the PR body, never committed (#8703).
# .omo/evidence/ is covered by `.omo/*` above; these catch hand-typed capture roots.
.qa-evidence/
qa-evidence/
.debug-journal*.md
session-ses_*.md
pr-*.md
plans/
.ulw/
.claude/*
!.claude/skills
!.claude/commands
!.claude/settings.json
.dys/
# Committed omo state. Everything else under .omo/ (evidence, plans, drafts, ...) is per-session
# and stays ignored; these negations come last so they also win over the artifact patterns above.
!.omo/fixtures/
!.omo/fixtures/**
!.omo/init-deep.json