Skip to content

Remove Node_Modules and add .gitignore after push the project

Harsh Kevadia edited this page Dec 2, 2017 · 1 revision

Git Command:

  • git rm -r --cached node_modules
  • git commit -m 'now node_modules is deleted'
  • git push origin master
Clone this wiki locally