From cd43d7d6d81533abb39c3ccd486e3baf280af195 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 29 Aug 2021 16:56:19 +0200 Subject: [PATCH] Add outputs/ to eslint ignore list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 18f8d3d4..c5b83eaa 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ benchmarks/versus-external-pools/ docs/ lib/ +outputs/ -- 2.34.1