mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
allow for bundler+rbenv best practice
This commit is contained in:
parent
4d81b869bc
commit
5e1d5087b4
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -6,6 +6,9 @@
|
||||||
.bundle
|
.bundle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
bin/*
|
||||||
|
!bin/fog
|
||||||
|
!bin/rdoc
|
||||||
coverage
|
coverage
|
||||||
doc/*
|
doc/*
|
||||||
docs/_site/*
|
docs/_site/*
|
||||||
|
@ -14,3 +17,4 @@ Gemfile.lock
|
||||||
rdoc
|
rdoc
|
||||||
pkg
|
pkg
|
||||||
spec/credentials.yml
|
spec/credentials.yml
|
||||||
|
vendor/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue