We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
anjanesh
5 years agoHelpful | Level 6
.dropbox-ignore to prevent folders being uploaded to DropBox like git's .gitignore
Just like we have .gitignore for preventing files / folders to be uploaded to github, it would be nice to have the same for DropBox.
I have a workspace folder with tons of node_modules folders.
I...
- 5 years ago
Got the answer here : https://help.dropbox.com/files-folders/restore-delete/ignored-files
coder0xff
Explorer | Level 3
For users of Linux, I've made a utility that synchronizes the Dropbox ignore settings to your .gitignore. It's very fast, leveraging the transitive nature of the ignore attribute. https://gist.github.com/coder0xff/ca41728fd55b0f74dd970ff46972cdbb
Steve A.13
10 months agoHelpful | Level 7
Are there "Dropbox ignore settings"? Only on Linux?
Synching Dropbox ignore settings to .gitignore would be nice, but I'd be thrilled to have any way to have Dropbox ignore specify files or file types.
- coder0xff10 months agoExplorer | Level 3
The settings I'm referring to are the com.dropbox.ignored extended attribute that can be set on a per-file and per-directory basis. They can be set manually using the attr command. My script automates setting or clearing the attribute based on .gitignore. See https://help.dropbox.com/sync/ignored-files
About Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
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!