From 271d1f12a832754f14b3097bcc042598ecf18d3b Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Fri, 24 Dec 2021 02:00:24 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eaf6493..029bcbf 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ yarn-error.log* # data folder of postgres etc. /data +node_modules +dist +.env.local +.vscode