From 86edbfbbfb6cfa4ba4f27891543b1afcffec0b7f Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 22 Apr 2019 15:48:58 +0300 Subject: [PATCH] Add 'package-lock.json' to ignored files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b4f9a4f19d..21490e6a43 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore # https://www.gitignore.io/ +package-lock.json .nyc_output .eslintcache node_modules