I want to keep all my node projects saved in Dropbox except I want to exclude all node_modules directories from being synced to Dropbox.
I used to accomplish this by keeping these directories symlinked in a different location but recent versions of npm have broken the ability to do this by not allowing npm_modules to be a symlink.