Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #add 'node_modules' to .gitignore file
  2. git rm -r --cached node_modules
  3. git commit -m 'Remove the now ignored directory node_modules'
  4. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement