Skip to content

Instantly share code, notes, and snippets.

@Industrial
Created May 18, 2015 20:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Industrial/9553899e91e9dab8ff4c to your computer and use it in GitHub Desktop.
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