Skip to content

Instantly share code, notes, and snippets.

@blundin
Last active August 29, 2015 13:57

Revisions

  1. blundin renamed this gist Mar 20, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. blundin created this gist Mar 20, 2014.
    28 changes: 28 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    # Based on https://github.com/github/gitignore/blob/master/Rails.gitignore

    *.rbc
    capybara-*.html
    .rspec
    /log
    /tmp
    /db/*.sqlite3
    /public/system
    /coverage/
    /spec/tmp
    **.orig
    rerun.txt
    pickle-email-*.html
    config/initializers/secret_token.rb
    config/secrets.yml

    ## Environment normalisation:
    /.bundle
    /vendor/bundle

    # these should all be checked in to normalise the environment:
    # Gemfile.lock, .ruby-version, .ruby-gemset

    # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
    .rvmrc
    .ruby-version
    .ruby-gemset