Sync working but not as expected

Hi

I have setup sync and its working but its still pulling down files that i don’t want.

My Pattern is:

!*.png
!*.jpg
**.sample.png
**

Its pulling what i want but still pulling the .sample.png files which i don’t. The sample files are usually in a sub folder in the main folder i’m pulling the files from.

Any one able to point out what I’m doing wrong?

Thanks

When pasting the patterns on the forum, please surround them with ``` to preserve formatting. Otherwise, everything gets lumped together in a single line, so it’s impossible to distinguish where each pattern begins and ends.

Just an assumption, but you probably want something like

*.sample.png
!.png
!.jpg
*

The order of patterns does matter.

3 Likes

Need to wait for my next batch to test. Is there a test function being planned so you can see if it would work before applying?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.