mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-14 00:58:43 +02:00
ignore/types: add csproj
Supports the .NET C# Project file extension. PR #2575
This commit is contained in:
parent
053a1669bb
commit
fed4fea217
@ -55,6 +55,7 @@ pub const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["cs"], &["*.cs"]),
|
(&["cs"], &["*.cs"]),
|
||||||
(&["csharp"], &["*.cs"]),
|
(&["csharp"], &["*.cs"]),
|
||||||
(&["cshtml"], &["*.cshtml"]),
|
(&["cshtml"], &["*.cshtml"]),
|
||||||
|
(&["csproj"], &["*.csproj"]),
|
||||||
(&["css"], &["*.css", "*.scss"]),
|
(&["css"], &["*.css", "*.scss"]),
|
||||||
(&["csv"], &["*.csv"]),
|
(&["csv"], &["*.csv"]),
|
||||||
(&["cuda"], &["*.cu", "*.cuh"]),
|
(&["cuda"], &["*.cu", "*.cuh"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user