faraday/.gitignore
Mattia 3167d038d2 fixes ruby 1.9.3 tests (#611)
ignore .idea folder from Rubymine
2016-09-30 11:44:00 +01:00

23 lines
173 B
Plaintext

## PROJECT::GENERAL
coverage
rdoc
doc
log
pkg/*
tmp
.rvmrc
.ruby-version
## BUNDLER
bin
*.gem
.bundle
Gemfile.lock
vendor/bundle
## PROJECT::SPECIFIC
.rbx
## IDEs
.idea/