Rescan worktree on scan exclusions settings change

This commit is contained in:
Kirill Bulatov 2023-11-14 16:35:49 +02:00
parent 1612c90052
commit 9373d38434
3 changed files with 136 additions and 66 deletions

View file

@ -11,7 +11,6 @@ pub struct ProjectSettings {
#[serde(default)]
pub git: GitSettings,
// TODO kb better names and docs and tests
// TODO kb how to react on their changes?
#[serde(default)]
pub scan_exclude_files: Vec<String>,
}