Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
# entries below are local maintainer tooling and runtime state, not template
# content. `.codex-security/` is Codex scan output; `codex-security-scan` is a
# local scanning skill that lives under the otherwise-committed `.agents/skills`.
.claude/
# `.claude` has no trailing slash so it matches whether it is a directory (the
# usual case) or a symlink into `.agents` (a local convenience) — a trailing
# slash would match only a real directory.
.claude
.journal/
.wt/
.codex-security/
Expand Down
Loading