From 50a762073a00d08b51d652bd761d559607c576e9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 24 Jun 2021 22:27:36 +0200 Subject: [PATCH] corrected .eslintignore --- backend/.eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.eslintignore b/backend/.eslintignore index e973d3709..f6b255e92 100644 --- a/backend/.eslintignore +++ b/backend/.eslintignore @@ -1,3 +1,3 @@ node_modules **/*.min.js -dist \ No newline at end of file +build \ No newline at end of file