From c199b3100026e19a5017ce61ca5ad2c62cee9936 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Wed, 26 Jul 2017 17:07:15 +0300 Subject: [PATCH] Git ignore package-lock.json (#4600) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c688bf537..d92483fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ apps/platforms/ apps/lib/ apps/hooks/ apps/node_modules/ + +package-lock.json \ No newline at end of file