From ff944c523a4ebbe70190ed58a09fbc2e1ea1fa33 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 23 May 2017 18:14:13 -0700 Subject: [PATCH] add yarn.lock to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 550214e..8af732f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ lib node_modules npm-debug.log .nyc_output -coverage.lcov \ No newline at end of file +coverage.lcov +yarn.lock