ignore .bundle
This commit is contained in:
parent
b5826bd7f4
commit
c7943bc2cc
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
|
/.bundle/
|
||||||
/.yardoc/
|
/.yardoc/
|
||||||
/_yardoc/
|
/_yardoc/
|
||||||
|
/build_test_run/
|
||||||
/coverage/
|
/coverage/
|
||||||
/doc/
|
/doc/
|
||||||
/pkg/
|
/pkg/
|
||||||
/build_test_run/
|
|
||||||
|
@ -2,6 +2,7 @@ require "simplecov"
|
|||||||
|
|
||||||
SimpleCov.start do
|
SimpleCov.start do
|
||||||
add_filter "/spec/"
|
add_filter "/spec/"
|
||||||
|
add_filter "/.bundle/"
|
||||||
if ENV["partial_specs"]
|
if ENV["partial_specs"]
|
||||||
command_name "RSpec-partial"
|
command_name "RSpec-partial"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user