From fdba9a8500fe02b4918aef2be67ffed238f5f328 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas.leder@jobrouter.com>
Date: Mon, 11 Jan 2021 12:16:56 +0100
Subject: [PATCH] added dist folder to cache

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index dadb8a5..8ab9aaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 node_modules/
 .vscode/
 .idea/
-.cache/
\ No newline at end of file
+.cache/
+dist/
\ No newline at end of file
-- 
GitLab