Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I do something like this with their CLI to ignore node_modules folders for js dev on mac/linux:

    exclude_folders=$(find . -type d -name "node_modules")
    dropbox exclude add $exclude_folders
    dropbox exclude list # Sanity check


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: