From 890bc3f5e5acc4e40d3ede87786777d7a0ab1039 Mon Sep 17 00:00:00 2001 From: Gabe Gorelick Date: Tue, 10 Apr 2018 02:47:23 -0500 Subject: [PATCH] Ignore yarn.lock (#480) Similar to #476. It allows developers to use yarn to manage their dependencies if they want. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1f56670..fc85cd2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _gitignore/ bower_components/ node_modules/ package-lock.json +yarn.lock