From 83b370c1c470472dc07c332eed039ddd735ed607 Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Mon, 24 Jan 2022 15:22:59 +0100 Subject: [PATCH] add new ignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34d2246..4d404bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store - +.vscode node_modules -.env \ No newline at end of file +.env +.package-lock.json \ No newline at end of file