mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Previously, a bundle install would not pull in gems from Gemfile.local or ~/.gemfile which are common development workflows in Puppet. This commit modifies the Gemfile to pull in these additional gemfiles if they exist. This commit also adds common files and folders to gitignore which should not be committed to this repository.
7 lines
79 B
Text
7 lines
79 B
Text
.ruby-version
|
|
Gemfile.lock
|
|
Gemfile.local
|
|
vendor
|
|
vmpooler.yaml
|
|
.bundle
|
|
coverage
|