Dropbox Ingore File Command
- For Mac
1
xattr -w 'com.apple.fileprovider.ignore#P' 1 FOLDER_NAME
without FileProvider:
1
xattr -w com.dropbox.ignored 1 FOLDER_NAME
- For Ubuntu
1
attr -s com.dropbox.ignored -V 1 FOLDER_NAME
This post is licensed under CC BY 4.0 by the author.