I am trying to exclude thirdparty libraries from showing up in my TODO list but there does not seem to be a way to add a directory to completely exclude, only single folders.
{
"TodoParser": {
"folderExclude": ["libs"], // only excludes files in the libs folder
"directoryExclude": ["libs/*"] // would exclude all files and subdirectories within the libs folder
}
}
I am trying to exclude thirdparty libraries from showing up in my TODO list but there does not seem to be a way to add a directory to completely exclude, only single folders.
{ "TodoParser": { "folderExclude": ["libs"], // only excludes files in the libs folder "directoryExclude": ["libs/*"] // would exclude all files and subdirectories within the libs folder } }