From 56f109dbc1e8185ee9e0ccac23856f82eec4036a Mon Sep 17 00:00:00 2001
From: AdrianBeilharz <abeilharz9@gmail.com>
Date: Tue, 15 Dec 2020 16:13:57 +0100
Subject: [PATCH] add eslintcache to gitignore

---
 frontend/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/.gitignore b/frontend/.gitignore
index 0732bb1..c64cd1d 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -18,6 +18,7 @@
 .env.test.local
 .env.production.local
 .vscode
+.eslintcache
 
 npm-debug.log*
 yarn-debug.log*
-- 
GitLab