bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Don't commit lockfiles or bundle #619

Closed lcreid closed 2 years ago

lcreid commented 2 years ago

Add the various permutations of gemfiles/x.y.gemfile.lock to .gitignore. Perhaps when the test app got moved from test/dummy this wasn't updated.

Also don't check in whatever might be in the demo app's vendor/bundle. Some ways of using Docker might create the bundle in this location.