Hello,
I am trying to sync only a certain file types present in a folder.
My folders contain .jpg and .CR3 files. I would like to sync only .jpg files and ignore the .CR3 files.
I am using the following Ignore Pattern
!.jpg
(?i)!.jpg
*
When I use this pattern, none of them are getting synced. In fact, the ‘Local State’ of the folder shows zero files.
Then, when I remove the ‘*’ at the last line, it syncs both .jpg and .CR3 files. Can someone help me understand what mistake I am making?
I am working on a Windows machine and syncing to a Windows machine.
Thank you!