Skip to content

Instantly share code, notes, and snippets.

@blundin
Last active August 29, 2015 13:57
Show Gist options
  • Save blundin/9657369 to your computer and use it in GitHub Desktop.
Save blundin/9657369 to your computer and use it in GitHub Desktop.
Standard .gitignore file
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment