.gitignore in post_clerk-0.4 vs .gitignore in post_clerk-0.5

- old
+ new

@@ -1,31 +1,76 @@ +# bundler state +/.bundle +/vendor/bundle/ +/vendor/ruby/ + +# minimal Rails specific artifacts +*.sqlite3 +*.sqlite3-journal +/log/* +/tmp/* +.ruby-version +test_app/tmp +test_app/log +test_app/db/*.sqlite3 + +# configuration file introduced in Rails 4.1 +/config/secrets.yml + +.localeapp + +# various artifacts +**.war *.rbc -capybara-*.html +*.sassc .rspec -/log -/tmp -/db/*.sqlite3 -/public/system +.redcar/ +.sass-cache +/coverage.data /coverage/ -/spec/tmp -**.orig +/db/*.javadb/ +/db/*.sqlite3 +/doc/api/ +/doc/app/ +/doc/features.html +/doc/specs.html +/public/cache +/public/assets +/public/stylesheets/compiled +/public/system/* +/spec/tmp/* +/cache +/capybara* +/capybara-*.html +/gems +/specifications rerun.txt pickle-email-*.html +.zeus.sock +webrat.log +public/images +public/extra_pictures/ +public/main_pictures/ +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global +# +# Here are some files you may want to ignore globally: -# TODO Comment out these rules if you are OK with secrets being uploaded to the repo -config/initializers/secret_token.rb -config/secrets.yml +# scm revert files +**.orig -## Environment normalisation: -/.bundle -/vendor/bundle +# Mac finder artifacts +.DS_Store -# these should all be checked in to normalise the environment: -# Gemfile.lock, .ruby-version, .ruby-gemset +# Netbeans project directory +/nbproject/ -# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -.rvmrc +# RubyMine project files +.idea -# if using bower-rails ignore default bower_components path bower.json files -/vendor/assets/bower_components -*.bowerrc -bower.json +# Textmate project files +/*.tmproj + +# vim artifacts +**.swp +.localeapp \ No newline at end of file