From 5df3d4f63bed0b54f2186065ecd2a4045cae3a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 18 Feb 2019 12:57:19 +0100 Subject: [PATCH] Add package-lock.json to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19cd53d..a24b9c3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ node_modules results/* coverage front/build - +package-lock.json har.json \ No newline at end of file