Guest User

Untitled

a guest
Mar 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add 'node_modules' to .gitignore file
  2.  
  3. ````sh
  4. git rm -r --cached node_modules
  5. git commit -m 'Remove the now ignored directory node_modules'
  6. git push origin master
  7. ````
Add Comment
Please, Sign In to add comment