gitbutler/crates/gitbutler-watcher
Sebastian Thiel a83e6809ab
Only open a repository when project-files are involved.
There are many filesystem events that are not touching files which
could be ignored.
Now we detect this case in advance and only open the project repository
if we know there are files to check for their ignore state.

That way, there should overall be less IO, which is good for performance
particularly on Windows.
2024-05-23 10:50:38 +02:00
..
src Only open a repository when project-files are involved. 2024-05-23 10:50:38 +02:00
Cargo.toml Import notify_debounce_full 2024-05-15 20:27:25 +02:00