Skip to content

Commit

Permalink
Add /gemfiles/vendor/ to .gitignore
Browse files Browse the repository at this point in the history
It's needed to run `BUNDLE_GEMFILE=gemfiles/activerecord_7_2.gemfile bundle` to debug test failures but it creates files under `gemfiles/vendor`. So I decided to let it ignore them.
  • Loading branch information
ohbarye committed Aug 20, 2024
1 parent ff12a14 commit ca3af92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pkg
rdoc
vendor/bundle
gemfiles/.bundle
gemfiles/vendor
gemfiles/*.lock

0 comments on commit ca3af92

Please sign in to comment.