-
-
Save nkt217/d642ea430afc6753c1bce755ab37d081 to your computer and use it in GitHub Desktop.
Revisions
-
nkt217 revised this gist
Sep 11, 2017 . No changes.There are no files selected for viewing
-
paulallies revised this gist
Jul 22, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #add 'node_modules' to .gitignore file git rm -r --cached node_modules git commit -m 'Remove the now ignored directory node_modules' git push origin master -
paulallies created this gist
Jul 22, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ git rm -r --cached node_modules git commit -m 'Remove the now ignored directory node_modules' git push origin master