Skip to content

Instantly share code, notes, and snippets.

View tbelmega's full-sized avatar

Thiemo Belmega tbelmega

View GitHub Profile
@anuraghazra
anuraghazra / Exclude-node_modules.md
Last active January 9, 2024 20:00
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