From 20522e5ae84b7f4a4c0ca115b5f8bbdc4a05d168 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 13:22:46 +0200 Subject: [PATCH] cicd: cleanup and installs gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c925c21d..de4d1f00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/dist -/node_modules +dist +node_modules