Skip to content

Instantly share code, notes, and snippets.

@meowmanijado
Created December 4, 2017 17:41
Show Gist options
  • Save meowmanijado/1537280ae1a23ae281d2fb0390ca27e7 to your computer and use it in GitHub Desktop.
Save meowmanijado/1537280ae1a23ae281d2fb0390ca27e7 to your computer and use it in GitHub Desktop.
Remove node_modules directory
#add 'node_modules' to .gitignore file
git rm -r --cached node_modules
git commit -m 'Remove directory node_modules'
git push u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment