I have two macs using syncthing and they are getting out of sync and require manual intervention.
On mac #1, I create a directory with a bunch of files in it On mac @2, I move this directory somewhere else (but still in the synced directory) and rename it When I go back on mac #1, it is out of sync. The failed item is the directory that was moved in its original location. The error message is “Directory not empty”
The only file left is the hidden .DS_store
On mac #1, I do use a .stignore which includes:
// OS-generated files (OS X) .DS_Store
What is the proper way to handle this?
catkfr