Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ignore/types: add a type for minified files
Fixes #1710, PR #1711
  • Loading branch information
duongdominhchau committed Oct 19, 2020
1 parent 2b1637d commit 86c843a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Expand Up @@ -138,6 +138,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("matlab", &["*.m"]),
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("meson", &["meson.build", "meson_options.txt"]),
("minified", &["*.min.html", "*.min.css", "*.min.js"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),
("msbuild", &[
Expand Down

0 comments on commit 86c843a

Please sign in to comment.