Skip to content

Commit e75a7c6

Browse files
justin808claude
andcommitted
Add gemfiles/.bundle/ to .gitignore
Bundler creates a .bundle config directory relative to BUNDLE_GEMFILE location. Added gemfiles/.bundle/ to .gitignore to prevent CI check from failing due to untracked files when using ruby27.gemfile. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c2be706 commit e75a7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ coverage/
1111
yalc.lock
1212
/vendor/bundle
1313
.bundle/config
14+
gemfiles/.bundle/

0 commit comments

Comments
 (0)