Skip to content

Commit

Permalink
Add *.rake extension to list of Ruby file types
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Oct 25, 2024
1 parent 79cbe89 commit 47f8e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
// Idiomatic files
"config.ru", "Gemfile", ".irbrc", "Rakefile",
// Extensions
"*.gemspec", "*.rb", "*.rbw"
"*.gemspec", "*.rb", "*.rbw", "*.rake"
]),
(&["rust"], &["*.rs"]),
(&["sass"], &["*.sass", "*.scss"]),
Expand Down

0 comments on commit 47f8e27

Please sign in to comment.