From a6d3a959ebd4633e2d939e4455186ed4726c3bb0 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 12 Jan 2018 18:35:46 -0600 Subject: [PATCH] types: yarn.lock is not YAML Fixes #747 --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 0539958..8d8d777 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -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",