Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danielbushman/f8d8145af6183ccef8270fcbf408ce56 to your computer and use it in GitHub Desktop.
Save danielbushman/f8d8145af6183ccef8270fcbf408ce56 to your computer and use it in GitHub Desktop.
ignore and remove node_modules
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