From 1a62eeeef6c3a5545b8b66ce445a0793bba6a74e Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 28 May 2024 11:25:47 +0200 Subject: [PATCH] add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2658d7..504afef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +package-lock.json