Skip to content

Commit 427aaee

Browse files
authored
ignore/types: add lilypond
This adds file detection for lilypond: https://lilypond.org/ PR #2038
1 parent f5cff74 commit 427aaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ignore/src/default_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
123123
"MPL-*[0-9]*",
124124
"OFL-*[0-9]*",
125125
]),
126+
("lilypond", &["*.ly", "*.ily"]),
126127
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
127128
("lock", &["*.lock", "package-lock.json"]),
128129
("log", &["*.log"]),

0 commit comments

Comments
 (0)