Settings Ignore appears to use contains instead...
JohnBergman opened this issue · 1 comments
JohnBergman commented
This also seems to ignore homepage\imported2
KevinJump commented
Hi
yes it does, changing it to StartsWith
would make sense, but equally, it would be a breaking change (don't want to risk breaking existing usages), so it might not be something we do for a while
I would recommend adding the trailing '\' to the path for now as that will at least limit it. to the explicit folders.
Kevin