From 146aed3cc3220518e7adfad3978ecf06a54167a6 Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Fri, 24 Nov 2017 18:25:28 +0000 Subject: [PATCH] gitignore: Ignore package-lock.json generated by npm. See https://chat.zulip.org/#narrow/stream/code.20review/subject/pull.20request for discussion. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bdd141d5a9..c13c9f367d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ ## Byproducts of setting up and using the dev environment *.pyc +package-lock.json /.vagrant /var