mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(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:
parent
2bf7c4a715
commit
80c0742e80
2 changed files with 14 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
.ruby-version
|
||||
Gemfile.lock
|
||||
Gemfile.local
|
||||
vendor
|
||||
vmpooler.yaml
|
||||
.bundle
|
||||
coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue