1
0
Fork 0
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:
hedgehog 2012-02-28 08:16:06 +11:00
parent 4d81b869bc
commit 5e1d5087b4

4
.gitignore vendored
View file

@ -6,6 +6,9 @@
.bundle
.DS_Store
.idea
bin/*
!bin/fog
!bin/rdoc
coverage
doc/*
docs/_site/*
@ -14,3 +17,4 @@ Gemfile.lock
rdoc
pkg
spec/credentials.yml
vendor/*