mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
torchlight: don't highlight series or tags
This commit is contained in:
parent
a70c866dd0
commit
d6928214ee
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ module.exports = {
|
||||||
// appear, the file will be ignored.
|
// appear, the file will be ignored.
|
||||||
excludePatterns: [
|
excludePatterns: [
|
||||||
'/node_modules/',
|
'/node_modules/',
|
||||||
'/vendor/'
|
'/vendor/',
|
||||||
|
'/series/',
|
||||||
|
'/tags/'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue