Fix the bugs
This commit is contained in:
parent
126e4cce8f
commit
b8be720490
3 changed files with 50 additions and 69 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue