Skip to content

Instantly share code, notes, and snippets.

View yelynnpaing's full-sized avatar
🎯
Focusing

J Theo yelynnpaing

🎯
Focusing
  • KMT Co.,Ltd
  • Rangon
View GitHub Profile
@yelynnpaing
yelynnpaing / remove-node-modules.md
Created May 28, 2024 09:58 — 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