Created
May 8, 2019 22:18
-
-
Save danielbushman/f8d8145af6183ccef8270fcbf408ce56 to your computer and use it in GitHub Desktop.
ignore and remove node_modules
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
| echo "node_modules" >> .gitignore | |
| git rm -r --cached node_modules | |
| git commit -m 'ignore and remove node_modules' | |
| git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment