(maint) Update Gemfile and gitignore

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.
This commit is contained in:
Glenn Sarti 2017-01-24 14:37:36 -08:00
parent 2bf7c4a715
commit 80c0742e80
2 changed files with 14 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
.ruby-version
Gemfile.lock
Gemfile.local
vendor
vmpooler.yaml
.bundle
coverage