summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-01-12 18:35:46 -0600
committerAndrew Gallant <jamslam@gmail.com>2018-01-12 19:35:46 -0500
commita6d3a959ebd4633e2d939e4455186ed4726c3bb0 (patch)
tree6d082987407cdba5bdb0c00e8bb914b9804acbe9 /ignore
parentf00625c3f43a030330477f9785c723b14a0e77e1 (diff)
types: yarn.lock is not YAML
Fixes #747
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 0539958b..8d8d777a 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",