Fix the bugs

This commit is contained in:
Kirill Bulatov 2023-11-13 23:18:24 +02:00
parent 126e4cce8f
commit b8be720490
3 changed files with 50 additions and 69 deletions

View file

@ -12,6 +12,7 @@ pub struct ProjectSettings {
pub git: GitSettings,
// TODO kb better names and docs and tests
// TODO kb how to react on their changes?
// TODO kb /something/node_modules/ does not match `"**/node_modules/**"` glob!!!
#[serde(default)]
pub scan_exclude_files: Vec<String>,
}