Delete, edit, and organize
Solve issues with deleting, editing, and organizing files and folders in your Dropbox account with support from the Dropbox Community.
I can confirm that I'm seeing the same behavior that @cabreu described: ignored folders don't get synced BUT the dropbox app continues to monitor them anyway and performs some level of processing whenever files are added/removed/edited from inside ignored folders 😩
Unfortunately this all but defeats the purpose of an "ignore" feature for many of us. We need dropbox to truly ignore (i.e. do not react to changes within) certain folders to preserve system resources.
Hello Megan!
Yes, I just updated the app.
I am Using:
Set-Content -Path Library\ -Stream com.dropbox.ignored -Value 1
(I've tried both relative and full 'quoted' paths, and with and without trailing backslash. I also tried :com.dropbox.ignored and user.com.dropbox.ignored etc)
Again, ignore feature works on files, but not directories.
Megan
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
Sure! there is a ticket already: 15924600
Megan
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
Not sure if you still have this issue, but for those using Dropbox and Git repos, you can init outside of the project folder using:
git init --separate-git-dir /outside/of/dropbox/mygit-project.git
Hope it helps
What worked for me was adding an asterisk after the directory name:
Set-Content -Path Library\* -Stream com.dropbox.ignored -Value 1
I still have this issue. Is there an update? Looks like this has been a problem for years now.
I had this issue for folders with the 'R' attribute (which they have, for example, when they were configured to show a custom icon).
@teadrinker wrote:I'm having an issue on windows 10, files can be ignored, but not folders.
I tried running as admin, both relative and full paths, and with and without trailing backslash
For folders, I always get this error:
Set-Content : Could not open the alternate data stream 'com.dropbox.ignored'
+ Set-Content -Path Library -Stream com.dropbox.ignored -Value 1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-Content], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.SetContentCommand
attrib -r "%cd%"
powershell -command "Set-Content -Path \"%cd%\" -Stream com.dropbox.ignored -Value 1"
attrib +r "%cd%"
pause
And to unignore:
attrib -r "%cd%"
powershell -command "Clear-Content -Path \"%cd%\" -Stream com.dropbox.ignored"
attrib +r "%cd%"
pause
Hey @jamievicary, I hope you're doing well!
Just to make sure we're on the same page here: are these the steps you follow on your end when trying to ignore a file/folder?
Do you have any problems or come across any errors when trying them out?
Let me know more, and we'll take it from there!
Megan
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
Hi there!
If you need more help you can view your support options (expected response time for a 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!