Skip to content

Commit

Permalink
ignore/types: add csproj
Browse files Browse the repository at this point in the history
Supports the .NET C# Project file extension.

PR #2575
  • Loading branch information
vidarasberg authored Jul 31, 2023
1 parent 053a166 commit fed4fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["cs"], &["*.cs"]),
(&["csharp"], &["*.cs"]),
(&["cshtml"], &["*.cshtml"]),
(&["csproj"], &["*.csproj"]),
(&["css"], &["*.css", "*.scss"]),
(&["csv"], &["*.csv"]),
(&["cuda"], &["*.cu", "*.cuh"]),
Expand Down

0 comments on commit fed4fea

Please sign in to comment.