Scan all ignored files by default now
This commit is contained in:
parent
401f85bed2
commit
126e4cce8f
4 changed files with 26 additions and 69 deletions
|
@ -14,8 +14,6 @@ pub struct ProjectSettings {
|
|||
// TODO kb how to react on their changes?
|
||||
#[serde(default)]
|
||||
pub scan_exclude_files: Vec<String>,
|
||||
#[serde(default)]
|
||||
pub scan_include_files: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, Default, Serialize, Deserialize, JsonSchema)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue