From 72647ff84f1f666c1c5522585342408a4c8c2fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 31 Jan 2018 15:34:17 +0100 Subject: [PATCH] Build: Add package-lock.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 45c8d30..73a3a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/grunt node_modules/grunt-contrib-jshint test-*.sh +package-lock.json