From c5153339c0d409c70cfeec6bcdd9581fe6f6db90 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 4 Aug 2021 16:19:14 -0700 Subject: [PATCH] Ignore seemingly dead code --- snowpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowpack.config.js b/snowpack.config.js index b4fd3b70..5b8a06ab 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -11,7 +11,7 @@ module.exports = { }, exclude: [ /* Avoid scanning scripts which use dev-dependencies and pull in babel, rollup, etc. */ - '**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**' + '**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**', '**/src/matrix/storage/memory/**' ], plugins: [ /* ... */