diff options
-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 |