Félix Saparelli
Félix Saparelli
Use a filter instead
In general, the main idea is `globset` crate :-1:, `ignore` crate :+1:, but that was discussed ages ago in https://github.com/watchexec/watchexec/issues/14 and decided against... but that was 5 years ago, so...
Something that will help is to provide in the Config all of: - the calling working directory, that is the intuitive base for casual ignores - the root, where, as...
This is becoming more pressing due to breaks with globset >0.4.6, see watchexec/cargo-watch#176. Could also add workarounds just for that upgrade; will depend on what I feel like...
@dimaqq This is fixed as of 1.18. I'm going to close off this issue on 2.0, as both the globset and tagged filterers will then fulfill the requirements.
Open a new issue, give me a log, please
Can't do the `.cargo` thing here because [`.cargo` can appear at any point of a project](https://doc.rust-lang.org/cargo/reference/config.html)
The way it works is that if no `--watch` is given, `--watch .` is implied. I also don't think it's worth it to introduce a breaking behaviour change to fulfil...
No, no, I understand your feature request. I'll just be explicit: I need that feature request to either come without suggestion of implementation, or with a suggestion that's not _breaking...