We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
jvasileff
5 years agoHelpful | Level 6
Feedback on the new desktop app "ignore files" feature.
@Daphne that's great news! I look forward to trying it out.
But it would also be nice to have a configuration file, like ".dropboxignore", to list paths or patterns to exclude. The reason is that extended attributes are tied to the actual file or folder, and will be gone if the file or folder is deleted and recreated.
The common use case for this is a software build folder that gets deleted and recreated on clean builds. Under xattr system, the "new" build folder would sync to Dropbox even if the "old" build folder had the necessary com.dropbox.ignored xattr.
- karliwaltiNew member | Level 2
How can one prevent dropbox from sync specific filetypes (across all folders) like temporary files from processes running in folders that are synched by dropbox (i.e. *.aux or *.log files from a latex build)?
The new selective synch feature can ignore individual files (https://help.dropbox.com/files-folders/restore-delete/ignored-files), but I do not see how to ignore file groups...
- DamatoHelpful | Level 7
No, no they don't.
It is safe to say that the community is actively ignored. As a dev in a corporate enviroment, no amount of red tape can delay any development this long. The business clearly has no intrest in fixing this issue.At this junction I will fix it for them, for free. But alas. No.
But they are working on the next hair brained tie-in to the echo-system to increase their value offering... instead of fixing the stuff we actually need done.
The stupid powershell command to exclude a folder barely works:> Set-Content -Path 'your_local_path' -Stream com.dropbox.ignored -Value 1
It still goes into an absolute frenzy to index everything for some dark and dasterdly reason. Yet seems to hede the setting, and skip syncing.
- jonasjancarikExplorer | Level 3
Set-Content -Path 'C:\Users\...\Dropbox\...\node_modules' -Stream com.dropbox.ignored -Value 1
This really doesn't work for folders in PowerShell 7.1.4:Set-Content: Unable to clear content of 'C:\Users\...\Dropbox\...\node_modules' because it is a directory. Clear-Content is only supported on files.
___
Update: It seems to be working in PowerShell 7.2.0-preview.9
- dishmaelExplorer | Level 4I came here hoping to see the .dropboxignore solution had been implemented but it seems Dropbox has placed a .ignore on the problem…
😞
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!