Skip to content

Commit bcd4a5c

Browse files
committed
chore: add Ruby version and ignore personal Claude workflows
- Set Ruby 3.3.6 via .ruby-version (fixes native gem ABI issues) - Ignore .claude/ and CLAUDE.md (personal workflows stay local)
1 parent 5ef738d commit bcd4a5c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515

1616
# Git worktrees for parallel development
1717
.worktrees/
18+
19+
# Claude Code personal workflows (local only)
20+
.claude/
21+
CLAUDE.md

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.6

0 commit comments

Comments
 (0)