From 7b295cb3c3913d3a601f6c089786f39f09390472 Mon Sep 17 00:00:00 2001
From: William Enright <william.enright@savoirfairelinux.com>
Date: Fri, 31 Jul 2020 12:34:27 -0400
Subject: [PATCH] package-lock.json added to gitignore

Change-Id: I3edb10c44c4fcd7e6d7b1311c4124beed7307c73
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a855bf35..2bc73f50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,4 +97,5 @@ versions.json
 # React client
 jams-react-client/node_modules/
 jams-react-client/build/
-jams-server/src/main/resources/webapp/
\ No newline at end of file
+jams-react-client/package-lock.json
+jams-server/src/main/resources/webapp/
-- 
GitLab