Skip to content

Instantly share code, notes, and snippets.

View agjunior's full-sized avatar

Agnaldo Carvalho agjunior

  • Aracaju, Brazil
  • 01:36 (UTC -03:00)
View GitHub Profile
@lmcneel
lmcneel / remove-node-modules.md
Last active July 31, 2025 14:34
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