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