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