Created
December 4, 2017 17:41
-
-
Save meowmanijado/1537280ae1a23ae281d2fb0390ca27e7 to your computer and use it in GitHub Desktop.
Remove node_modules directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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