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 want to upload the workspace folder to my DropBox but want to skip the node_modules folders.
Is there a way to achive this by making some .dropbox-ignore entry in my workspace's folders ?
That would be really helpful. Thanks.