diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index fefcdb5b..53b192ac 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -228,7 +228,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"]),