From b9605a2aa7fc6871fd7e83776572e3382e5b636f Mon Sep 17 00:00:00 2001
From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de>
Date: Wed, 30 Jan 2019 11:45:09 +0100
Subject: [PATCH] ignoring package lock (with docker it is a hassle)

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5c4c732..4a06551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@ kubeSupport/redis-user-db-pwd.txt
 /deploy/*-pwd.txt
 /deploy/*.yaml
 
+# when deploying with docker keeping a package-lock.json file is more hassle than the issues it solves
+# (it would be created in the docker image, or if mounting this as root)
+package-lock.json
+
 # Logs
 logs
 *.log
-- 
GitLab