From 30f2393b90905bf9f04eb148f435c25f24d8df1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 30 Oct 2023 16:33:57 +0100 Subject: [PATCH] Fix gitignored paths (#20) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31605bb..8225baa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -\node_modules -\dist \ No newline at end of file +/node_modules +/dist