-
-
Save fedemzcor/22a981d1390227d9693eb2cc0175e57d to your computer and use it in GitHub Desktop.
Revisions
-
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