Is it possible to exclude node_modules when backing up files to an external HD?
I'm wondering if there is a flag that I could pass on the terminal to copy all files but node_modules from my machine to an external HD. Something like a .gitignore before pushing code to a remote repo for instance.
I'm using a mac.