Scan all ignored files by default now

This commit is contained in:
Kirill Bulatov 2023-11-13 22:40:21 +02:00
parent 401f85bed2
commit 126e4cce8f
4 changed files with 26 additions and 69 deletions

View file

@ -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)]