From c675ecc5f2a6e352e8b5d1e9861a97a667406c45 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 25 Jul 2020 20:31:07 +0200 Subject: [PATCH] Add dist folder and coverage foldert to .gitignore Signed-off-by: David Mehren --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f008b59fd..fd3a6660d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,11 @@ public/views/build # ignore TypeScript built built/ +dist + +# Tests +/coverage +/.nyc_output public/uploads/* !public/uploads/.gitkeep