-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (54 loc) · 918 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (54 loc) · 918 Bytes
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
# Dependencies
.omo/*
!.omo/rules/
!.omo/rules/**
packages/*/.omo/*
.sisyphus/*
!.sisyphus/rules/
!.sisyphus/rules/**
node_modules/
# Build output
dist/
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
.debug-journal*.md
session-ses_*.md
pr-*.md
plans/
.ulw/
.claude/*
!.claude/skills
!.claude/commands
!.claude/settings.json