From 5af2b996d68a07bd0b4a3f8fe8eb298c6130128c Mon Sep 17 00:00:00 2001 From: Filip Krumpe Date: Mon, 10 Jan 2022 22:37:01 +0100 Subject: [PATCH] Add temp file to .gitignore --- webapp/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/.gitignore b/webapp/.gitignore index f4401a3..dc61a8d 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -6,3 +6,4 @@ node_modules .env .env.* !.env.example +package-lock.json \ No newline at end of file