From cf29402a56611493ef728a48eced56d06b3c5f1b Mon Sep 17 00:00:00 2001 From: Samuele de Tomasi Date: Thu, 8 Jul 2021 16:01:34 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6ca277c..9f7558f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ -/node_modules/ -/dist/www/build -/dist/index.js -/dist/preload.js -/out/ +/node_modules +/out +/dist .DS_Store