Skip to content

config option "ignoreList" is seemingly ignored #42

@despian

Description

@despian

I have added the following to my config file:

"ignoreList": ["*.todo"]

But I still get this in the console when I start the app:

13:34:07 - warn: File cannot be tracked because it is not valid: /Users/matt/Work/sn-scripts/todo.todo

I have also tried the following to no avail:

"ignoreList": ["./*.todo"]
"ignoreList": ["/.*\\.todo/"]
"ignoreList": "*.todo"

The readme states the default value for this property is /[\/\\]\./. I assumed that overriding it would stop this default ignore from working, but if I create ".filename" then this does appear to be ignored. This leads me to believe the property from my config file is maybe being ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions