Skip to content

Commit 27222dd

Browse files
authored
chore: add Ruby version and update gitignore (#22)
* chore: add .worktrees to gitignore for parallel development * 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 6f63198 commit 27222dd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@
1212
.rspec_status
1313

1414
*.gem
15+
16+
# Git worktrees for parallel development
17+
.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)