From 31e947b5374cbd76087fb989417066d24d95f84b Mon Sep 17 00:00:00 2001 From: Tamlyn Rhodes <tamlyn@tamlyn.org> Date: Wed, 6 Dec 2017 10:38:14 +0000 Subject: [PATCH] Ignore _build folders when linting Otherwise eslint can run out of memory and crash. --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index cf7098890..2f5d96928 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ **/node_modules +**/_build \ No newline at end of file -- GitLab