Skip to content

Commit

Permalink
ignore/types: add Lean
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Dec 7, 2023
1 parent 5b7a308 commit 56c7ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["jupyter"], &["*.ipynb", "*.jpynb"]),
(&["k"], &["*.k"]),
(&["kotlin"], &["*.kt", "*.kts"]),
(&["lean"], &["*.lean"]),
(&["less"], &["*.less"]),
(&["license"], &[
// General
Expand Down

0 comments on commit 56c7ad1

Please sign in to comment.