Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ codex.yaml

# Config files (mounted as volumes, not needed in image)
config/
# ...except the starter template, which is compiled into the binary by
# `codex-config` and so must exist in the build context.
!config/codex.example.yaml

# Docusaurus files
docs/
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ plugins/**/openapi.json
seed-config.yaml
.playwright-mcp
qa-*.png

# Local config overlays: `<stem>.local.<ext>` sits beside a committed config
# and is where secrets and per-host values go. Never commit one.
*.local.yaml
*.local.yml
*.local.toml
122 changes: 120 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading