From 746f651e9044a47a0bf465cccccec9c5538c7d6d Mon Sep 17 00:00:00 2001
From: "Aamon P. Hoffmann" <aamon.hoffmann@student.uni-halle.de>
Date: Fri, 20 Sep 2024 22:22:45 +0200
Subject: [PATCH] add package-lock to gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 18e71d5..4fe88d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ coverage
 __pycache__/
 
 db.sqlite3
+package-lock.json
-- 
GitLab