forked from fruition-partners/filesync
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
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.