-
|
I've created a Excluding files works fine; however, I cannot get folders to work. I have searched here and googled, and I'm aware that previously indexed files will not be excluded. That's not my issue. Here's an example of my I've also listed the folders without the leading forward-slash: In each event I add an index number at the end of the folder name (and alter the ignore, then restart PP). And in each of these events, it indexes that new folder that is listed in the ignore file. Does anyone have suggestions for diagnosing this? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
|
Did you try the folder names without slashes at the beginning and/or end? |
Beta Was this translation helpful? Give feedback.
I was doing more testing and you're right about the stripped directory names.
I tested without the preceding slash (indicating root) and without the trailing (indicating folder), each one removed.
However, what I did not try was removing both slashes. In short, your original suspicion is correct: folders cannot contain leading OR trailing slashes; however, they can contain the slashes that divide folders.
Therefore, this is all valid:
Yet these are invalid (regardless of whether they evaluate to the correct path)
Thank you for your help.