From dc19b62744e48d2e65c0f3dc844e1ae903dbc919 Mon Sep 17 00:00:00 2001 From: Wes Gorgichuk Date: Thu, 29 Jun 2017 08:36:54 -0700 Subject: [PATCH] Ignore package-lock.json files. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 736b1621e..937166869 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,5 @@ npm-debug.log build/.sass-cache main.css spikes - -yarn\.lock +yarn.lock +package-lock.json \ No newline at end of file