From 24bbf0788b02fc2e917140314009b95253a021ee Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 30 Dec 2024 10:43:18 +0000 Subject: [PATCH] fix: add the /dist folder to eslintignore --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 50516d6..02933d0 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,7 @@ **/node_modules **/public **/build +**/dist **/config **/scripts **/playground