Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save topogigiovanni/ec60205a8e9d2e4314648d41f56b89c4 to your computer and use it in GitHub Desktop.

Select an option

Save topogigiovanni/ec60205a8e9d2e4314648d41f56b89c4 to your computer and use it in GitHub Desktop.
Exclude node_modules folder when copying directory.

Handy Trick To Get Rid Of node_modules

This one is a simple and handy trick when you want to copy your directories without node_modules folder.

Enter this command in your terminal.

robocopy SOURCE DEST /mir /xd node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment