torchlight: don't highlight series or tags

This commit is contained in:
John Bowdre 2024-01-15 18:28:33 -06:00
parent a70c866dd0
commit d6928214ee

View file

@ -58,7 +58,9 @@ module.exports = {
// appear, the file will be ignored.
excludePatterns: [
'/node_modules/',
'/vendor/'
'/vendor/',
'/series/',
'/tags/'
]
}
}