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/' ] } }