From d6928214ee615dcd09194647cb6067e7f84977d7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 15 Jan 2024 18:28:33 -0600 Subject: [PATCH] torchlight: don't highlight series or tags --- torchlight.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/torchlight.config.js b/torchlight.config.js index 81c3bea..202e334 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -58,7 +58,9 @@ module.exports = { // appear, the file will be ignored. excludePatterns: [ '/node_modules/', - '/vendor/' + '/vendor/', + '/series/', + '/tags/' ] } }