From f0d10224a687a756f6e8197e576d437871ac1015 Mon Sep 17 00:00:00 2001 From: Marin Atanasov <8436925+tyxla@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:27:30 +0200 Subject: [PATCH] Exclude a few more dirs --- react-scanner.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react-scanner.config.js b/react-scanner.config.js index 7422238c9577db..7501e7e8fc3ab0 100644 --- a/react-scanner.config.js +++ b/react-scanner.config.js @@ -14,6 +14,9 @@ module.exports = { 'node_modules', 'patches', 'platform-docs', + 'results', + 'schemas', + 'storybook', 'test', 'tools', 'typings',