faraday/.gitignore
Mislav Marohnić 03d92dd203 Cache Bundler dependencies on Travis CI
- Even after the cache is restored, `bundle install` still needs to hit
  RubyGems.org because there is no Gemfile.lock. There doesn't seem to
  be a way to tell it that everything it needs is right there in the
  `./bundle` directory.

- Can't use `--standalone` due to bundler/bundler#2851

- It's not necessary to manually update RubyGems and Bundler anymore.
2014-02-11 12:12:29 +01:00

20 lines
145 B
Plaintext

## PROJECT::GENERAL
coverage
rdoc
doc
log
pkg/*
tmp
.rvmrc
.rbenv*
## BUNDLER
bin
*.gem
.bundle
Gemfile.lock
/bundle
## PROJECT::SPECIFIC
.rbx