diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 791008ff..daeb88ba 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -145,6 +145,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), ("julia", &["*.jl"]), + ("jl", &["*.jl"]), ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),