Ignore Patterns not working

I am syncing files from my MBA to my Mac Studio at home. Te whole folder is being synced despite having files set to be ignored.

Any idea why this would be?

TIA

1 Like

Please post screenshots of the ignore patterns as displayed in the Web GUI.

1 Like

Do your file names contain spaces?

Yes they do

:person_shrugging: Looks reasonable to me, should work if that’s what the files/directories are named.

It is what they are named. But the whole folder including those files in the ignore list are also synced

If the files are not at the root you might need **/ prefix to signify a match in any directory. (Can’t recall for sure).

Also if the files got synced before you ignored them, it wouldn’t delete them if you ignored them later.

1 Like

The **/ prefix is indeed reduntant (and to match just in the root, the / prefix would be needed) :slight_smile:.

I also suspect though that the problem may be about files that have already been synced, and Syncthing does not delete those automatically.

@KickingUpDust I would suggest to just test with a new, temporary folder. Basically, add a bunch of the problematic files to it, then try adding the names to the ignore patterns. If the folder’s local state shrinks after doing so, it means that the patterns are working.

1 Like