diff options
author | djones <dgjones@gmail.com> | 2010-09-07 14:29:53 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-07 14:29:53 +1200 |
commit | 0efc0fd6c9ffd097b2b837008e84e32f90dbfb65 (patch) | |
tree | b49fcc8a79ed8a00f643588a6cf3821d56984f38 /.gitignore | |
parent | ad62a155f1a2246bc054516bf0629c8337f30f9e (diff) | |
download | refinerycms-blog-0efc0fd6c9ffd097b2b837008e84e32f90dbfb65.tar.gz refinerycms-blog-0efc0fd6c9ffd097b2b837008e84e32f90dbfb65.tar.bz2 refinerycms-blog-0efc0fd6c9ffd097b2b837008e84e32f90dbfb65.zip |
here's the new gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 43 insertions, 1 deletions
@@ -1,2 +1,44 @@ .bundle -*.gem
\ No newline at end of file +*.gem +*.DS_Store + +# Documentation +doc/api +doc/app +doc/* +.yardoc +.yardopts + +# Refinery Specific +*.tmproj +*.autobackupbyrefinery.* +/refinerycms-blog*.gem +.autotest + +# Mac +.DS_Store + +# NetBeans +nbproject + +# Eclipse +.project + +# Redcar +.redcar + +# Rubinius +*.rbc + +# Vim +*.swp +*.swo + +# RubyMine +.idea + +# Backup +*~ + +# Capybara Bug +capybara-*html |