From 164cd8e52b71a86d251929e9cb904c2c03c8e7be Mon Sep 17 00:00:00 2001 From: pimlie Date: Mon, 11 Feb 2019 18:41:07 +0100 Subject: [PATCH] fix: ignore package-lock not yarn.lock --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d21523c..5b49ade 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ jspm_packages # Optional npm cache directory .npm +package-lock.json # Optional REPL history .node_repl_history @@ -39,6 +40,5 @@ jspm_packages # built code lib -# yarn -yarn.lock -yarn-error.log +# examples yarn lock +examples/yarn.lock