Skip to content

Commit e6b48a4

Browse files
hsbtclaude
andcommitted
Ignore the parallel test databases
The existing pattern only matched db/test.sqlite3, so the per-worker databases rake test writes alongside it (db/test.sqlite3_0 and friends) showed up as untracked. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 7b23e93 commit e6b48a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.bundle
2-
db/*.sqlite3
2+
db/*.sqlite3*
33
log/*.log
44
tmp/
55
.DS_Store

0 commit comments

Comments
 (0)