Skip to content

Instantly share code, notes, and snippets.

@WyattCast44
Created October 29, 2020 17:30
Show Gist options
  • Save WyattCast44/32db96acb3c1a65b7f752dd1eac16f3b to your computer and use it in GitHub Desktop.
Save WyattCast44/32db96acb3c1a65b7f752dd1eac16f3b to your computer and use it in GitHub Desktop.
Copy project folders while excluding node_modules, vendor, and .git directories
robocopy "source" "dest" //mir //xd node_modules vendor ".git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment