From b87925d253ba48653af8b8d7fddce9913f308d9b Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:43:48 +0200 Subject: [PATCH] build: add example apps `public` and vite `dev-dist` to eslintignore (#8326) --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index ab3aa6c76..8578fb7d4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,3 +6,5 @@ firebase/ dist/ public/workbox packages/excalidraw/types +examples/**/public +dev-dist