From 6f8861601aaf815da5e99275692915316ed35b46 Mon Sep 17 00:00:00 2001 From: Justin Calleja Date: Fri, 12 Sep 2025 09:06:18 +0200 Subject: [PATCH] add build/ to .eslintignore so that viewing built phaser.js in editor is not full or errors --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 5787095b0f..cbcb0cf538 100644 --- a/.eslintignore +++ b/.eslintignore @@ -19,3 +19,4 @@ webpack-nospector.config.js webpack.dist.config.js webpack.fb.config.js webpack.fb.dist.config.js +build/