Skip to content

Instantly share code, notes, and snippets.

View driescroons's full-sized avatar
🎮
https://plockle.com

Dries Croons driescroons

🎮
https://plockle.com
View GitHub Profile
@driescroons
driescroons / readme.md
Last active April 24, 2024 00:02
Copy projects without node modules on windows

Copy projects without node modules on windows

Create a exclude.txt and paste the following.

node_modules

You can also add additional folders. The following example was my exclude.txt

node_modules
.parcel-cache