diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-07-16 14:51:40 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-07-16 14:51:40 +0300 |
commit | 356373b2154f4a062e4867910590f1c0358803f7 (patch) | |
tree | 3724f3a76c784d549f653789dd57433725b9c85f /.gitignore | |
parent | 43afc54ade8b25d4bab2a6bd9ac19fb546232dfe (diff) | |
download | refinerycms-blog-356373b2154f4a062e4867910590f1c0358803f7.tar.gz refinerycms-blog-356373b2154f4a062e4867910590f1c0358803f7.tar.bz2 refinerycms-blog-356373b2154f4a062e4867910590f1c0358803f7.zip |
Apply chnages recently made in main refinerycms repo.
* Remove notifier gems
* Remove Guardfile
* Add ability to specify additional gems when developing in .gemfile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -51,4 +51,7 @@ capybara-*html .rbenv-version Gemfile.lock -.rbx
\ No newline at end of file +.rbx + +# Local Gemfile for developing without sharing dependencies +.gemfile |