diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 47da7f71..7241495f 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -83,6 +83,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("gzip", &["*.gz", "*.tgz"]), ("h", &["*.h", "*.hh", "*.hpp"]), ("haml", &["*.haml"]), + ("hare", &["*.ha"]), ("haskell", &["*.hs", "*.lhs", "*.cpphs", "*.c2hs", "*.hsc"]), ("hbs", &["*.hbs"]), ("hs", &["*.hs", "*.lhs"]),