ignore/types: include msbuild solution filters

Closes #2871
This commit is contained in:
Melvin Wang
2024-08-12 18:37:46 -07:00
committed by Andrew Gallant
parent 8ead46a3e5
commit 0904f55d3e

View File

@@ -182,7 +182,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["motoko"], &["*.mo"]),
(&["msbuild"], &[
"*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets",
"*.sln",
"*.sln", "*.slnf"
]),
(&["nim"], &["*.nim", "*.nimf", "*.nimble", "*.nims"]),
(&["nix"], &["*.nix"]),