Tweak ignored directories.

This commit is contained in:
Andy Brody 2017-05-30 02:56:37 -04:00
parent a513e48332
commit 0c5ea319f2
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/Gemfile.lock
/.bundle
/vendor
/coverage
/doc
/pkg
/rdoc

View File

@ -1,5 +1,6 @@
require 'coveralls'
Coveralls.wear!
SimpleCov.add_filter('/spec')
require 'webmock/rspec'
require 'rest-client'