From f5e659051f5f5cf4a1a1517c240c68482939693f Mon Sep 17 00:00:00 2001 From: Patrick Mockridge Date: Wed, 24 Apr 2024 16:40:32 +0100 Subject: [PATCH] Update .gitignore adding package-lock.json to the .gitignore file to ensure that the repo uses the correct version of each package --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8993428..e36bc089 100755 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ testing/unit_test/__pycache__ **/.pytest_cache **/__pycache__ MasterURI.localhost.json +package-lock.json