forked from Yeachan-Heo/oh-my-codex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (41 loc) · 716 Bytes
/
.gitignore
File metadata and controls
44 lines (41 loc) · 716 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
node_modules/
*.tsbuildinfo
.omc/state/
.omc/prompts/
.omc/logs/
.omc/research/
.omc/
.omx/
# Local agent/worktree artifacts (never commit)
.claude/
.claire/
.agents/*
!.agents/plugins/
.agents/plugins/*
!.agents/plugins/marketplace.json
coverage/
target/
bin/native/
bin/omx-explore-harness
bin/omx-explore-harness.exe
bin/omx-explore-harness.meta.json
# Local validate output (npm run validate)
validate.log
# Local runtime bridge artifacts (generated)
authority.json
backlog.json
dispatch.json
engine.lock
events.json
mailbox.json
readiness.json
replay.json
snapshot.json
.codex/*
!.codex/agents/
!.codex/agents/**
!.codex/skills/
!.codex/skills/**
.codex/skills/.system/**
!.codex/prompts/
!.codex/prompts/**