From 654aa7ce314142383736832f70633b2dd57f04fa Mon Sep 17 00:00:00 2001 From: hanfi <ccc@spahan.ch> Date: Mon, 19 Jun 2023 07:49:21 +0200 Subject: [PATCH] add dist to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 504afef..df9a3ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ package-lock.json +dist/ -- GitLab