Skip to content

Instantly share code, notes, and snippets.

View a-bigelow's full-sized avatar
⚔️

Adam Bigelow a-bigelow

⚔️
  • Raleigh Metro Area
View GitHub Profile
@a-bigelow
a-bigelow / remove-node-modules.md
Created October 14, 2021 14:12 — 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

  1. Create a .gitignore file in the git repository if it does not contain one

touch .gitignore

  1. Open up the .gitignore and add the following line to the file

**/node_modules