Hello,
how can I set a folder to be ignored in MacOS ventura?
this one only works on on 12.3 and earlier:
xattr -w com.dropbox.ignored 1
and the one supposed to work on 12.5 and above fails with No such xattr: com.apple.fileprovider.ignore#P (macos ventura 13.4)
xattr -d 'com.apple.fileprovider.ignore#P'
best regards.