Thanks! This saves a whole lot unnecessary syncing when working on projects (and 8% of my Dropbox storage).<p>Yesterday, I actually wrote a Git Bash for Windows script: <a href="https://gist.github.com/Leftium/290422ceff5c4af165198a2005ee33df" rel="nofollow">https://gist.github.com/Leftium/290422ceff5c4af165198a2005ee...</a><p>---<p>Other solutions I found:<p>- MacOS/Linux: <a href="https://stackoverflow.com/questions/69655522/how-to-ignore-node-modules-recursively-in-dropbox-on-a-mac" rel="nofollow">https://stackoverflow.com/questions/69655522/how-to-ignore-n...</a><p>- PowerShell (Windows): <a href="https://stackoverflow.com/questions/68714334/how-to-ignore-files-recursively-in-dropbox-using-powershell" rel="nofollow">https://stackoverflow.com/questions/68714334/how-to-ignore-f...</a>