Skip to content

Commit 56e77c7

Browse files
authored
chore: ignore .omc/ directory (#17692)
## Summary - Adds `.omc/` to `.gitignore` so oh-my-claudecode local state (e.g. `project-memory.json`) is not tracked. ## Test plan - [x] `git check-ignore` confirms `.omc/` and its contents are ignored. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: alberto.vara <alberto.vara@datadoghq.com>
1 parent 7350e20 commit 56e77c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ CLAUDE.local.md
159159
.claude/settings.local.json
160160
.claude/worktrees/
161161

162+
# oh-my-claudecode
163+
.omc/
164+
162165
# Riot
163166
.riot/venv*
164167
.riot/envs/

0 commit comments

Comments
 (0)