Created
June 3, 2014 18:56
-
-
Save vasche/9a5032f0520d9ca4a0bd to your computer and use it in GitHub Desktop.
gitignore rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.rbc | |
capybara-*.html | |
.rspec | |
/log | |
/tmp | |
/db/*.sqlite3 | |
/public/system | |
/coverage/ | |
/spec/tmp | |
**.orig | |
rerun.txt | |
pickle-email-*.html | |
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo | |
config/initializers/secret_token.rb | |
config/secrets.yml | |
config/database.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment