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
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ pnpm-debug.log*
# AI Coding Assistants (any depth)

## Claude Code
**/.claude/*
!**/.claude/
!**/.claude/CLAUDE.md
!**/.claude/README.md
# Currently ignored to allow testing from experiment branches (#91)
# To test: git checkout exp/claude-code-setup -- .claude/ CLAUDE.md
CLAUDE.md
.claude/

## OpenAI Codex
**/.codex/
Expand Down
Loading