ignore/types: add mint

PR #1844
This commit is contained in:
jgart
2021-04-04 08:00:12 -04:00
committed by GitHub
parent 7923d25228
commit 4ebe8375ec

View File

@@ -140,6 +140,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("meson", &["meson.build", "meson_options.txt"]),
("minified", &["*.min.html", "*.min.css", "*.min.js"]),
("mint", &["*.mint"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),
("msbuild", &[