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
57 lines (55 loc) · 970 Bytes
/
.gitignore
File metadata and controls
57 lines (55 loc) · 970 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
node_modules/
dist/
*.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 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/**
.codex
# multiagent-safety:START
.omx/
.omc/
!.vscode/
.vscode/*
!.vscode/settings.json
scripts/agent-session-state.js
scripts/guardex-docker-loader.sh
scripts/guardex-env.sh
scripts/install-vscode-active-agents-extension.js
.githooks
oh-my-codex/
.omx/state/agent-file-locks.json
# multiagent-safety:END