Skip to content

Feature Request: Exclude directory and subdirectories #86

@karai17

Description

@karai17

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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions