D:/Assets/
NAS/MIRROR/Assets
Blender also generates *.blend1, *.blend2 incremental save files, that I do not need to sync in either case and added to both excludes.
I have 2 folder pairs set up
A - ignore blend files, sync everything else:
filter_include: *
filter_exclude: *.blend? ; */models/*.blend ;
B - specific for blend files with versioning setting enabled:
filter_include: */models/*.blend ;
filter_exclude: *.blend? ;
I have the suspicion it may relate to new folders being present and those then being part of both pairs?