Rescan worktree on scan exclusions settings change
This commit is contained in:
parent
1612c90052
commit
9373d38434
3 changed files with 136 additions and 66 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue