diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-18 09:51:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-18 09:51:16 -0500 |
commit | 6ed33813c9e3f7b98a154fd321be1eb1088065c6 (patch) | |
tree | 927be545b165c82a5e1afd69805f59595a114437 /.gitignore | |
parent | 44a1ce4938b8cd326b9a0d0b1e537ec9a80cd6ce (diff) |
run `bundle install`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ /tmp # The above is from Rails. The following is from Luke. -# As noted aboce, you probably want to add this to your global git config. +/vendor/bundle +# As noted aboce, you probably want to add the following to your global git config. .~lock.* *~ *# |