/gist:9553899e91e9dab8ff4c Secret
Created
May 18, 2015 20:37
Star
You must be signed in to star a gist
This file contains 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 characters
| 2015-37-18 22:37:26 ~/Code/test-sails | |
| λ git diff .gitignore | |
| diff --git a/.gitignore b/.gitignore | |
| index e941783..e74ecff 100644 | |
| --- a/.gitignore | |
| +++ b/.gitignore | |
| @@ -3,12 +3,12 @@ src/config/local.js | |
| node_modules | |
| bower_components | |
| -.tmp/ | |
| -api/ | |
| -config/ | |
| -views/ | |
| -lib/ | |
| -app.js | |
| +/.tmp/ | |
| +/api/ | |
| +/config/ | |
| +/views/ | |
| +/lib/ | |
| +/app.js | |
| dump.rdb | |
| 2015-37-18 22:37:28 ~/Code/test-sails | |
| λ git s | |
| On branch master | |
| Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. | |
| (use "git pull" to update your local branch) | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git checkout -- <file>..." to discard changes in working directory) | |
| modified: .gitignore | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| 2015-37-18 22:37:35 ~/Code/test-sails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment