Skip to content

Commit

Permalink
types: yarn.lock is not YAML
Browse files Browse the repository at this point in the history
Fixes #747
  • Loading branch information
okdana authored and BurntSushi committed Jan 13, 2018
1 parent f00625c commit a6d3a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("wiki", &["*.mediawiki", "*.wiki"]),
("xml", &["*.xml", "*.xml.dist"]),
("yacc", &["*.y"]),
("yaml", &["*.yaml", "*.yml", "yarn.lock"]),
("yaml", &["*.yaml", "*.yml"]),
("zsh", &[
".zshenv", "zshenv",
".zlogin", "zlogin",
Expand Down

0 comments on commit a6d3a95

Please sign in to comment.