From 14da26dfbc7afd9731509c4c2e288b4d4e93f0f1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 7 Jan 2021 14:21:56 +0100 Subject: [PATCH] Ignore cache directories while linting --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 7b596da..13eeabe 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ /vendor/** /dist/** -/*.js \ No newline at end of file +/*.js +/_*cache \ No newline at end of file -- GitLab