You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
people might be using the "ignored but added" pattern even inside their source tree, and so using it while copying would make an unusable copy. Maybe using gitignores isn't a good default.
Probably, the main thing we care about is to not copy /target by default, because that might be large and often the contents can't be reused. However, we have a separate option for this: currently deprecated, but it could be un-deprecated:
Originally posted by @sourcefrog in #450 (comment)
There is already an option for this, but it defaults to on.
https://github.com/sourcefrog/cargo-mutants/blob/main/src/main.rs#L189-L192
Probably, the main thing we care about is to not copy
/target
by default, because that might be large and often the contents can't be reused. However, we have a separate option for this: currently deprecated, but it could be un-deprecated:cargo-mutants/src/main.rs
Lines 259 to 262 in c8d09ab
The text was updated successfully, but these errors were encountered: