Skip to content

Instantly share code, notes, and snippets.

View thelittlemitak's full-sized avatar
💭
I may be slow to respond.

Jose Riera Tur thelittlemitak

💭
I may be slow to respond.
View GitHub Profile
@thelittlemitak
thelittlemitak / remove-node-modules.md
Created August 16, 2023 16:56 — forked from lmcneel/remove-node-modules.md
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a