From f2f55cf376c87c65ddff01d3b7d6a2ababfbe5e9 Mon Sep 17 00:00:00 2001 From: Brett Willis Date: Tue, 7 Jun 2022 12:51:59 +1200 Subject: [PATCH] Remove extraneous patterns --- defaults.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/defaults.js b/defaults.js index a386731..3096812 100644 --- a/defaults.js +++ b/defaults.js @@ -53,12 +53,6 @@ const config = { /node_modules\/sanitize-html$/, /node_modules\/draft-js$/, /node_modules\/highlight\.js$/, - /node_modules\/firebase$/, - /node_modules\/firebaseui$/, - - // Currently used only by the Strapi CLI commands which we bypass - /node_modules\/inquirer$/, - /node_modules\/ora$/, ], } ],