Rails.gitignore 425 字节
Newer Older
Y
Yaroslav Markin 已提交
1
*.rbc
2 3
capybara-*.html
.rspec
4 5
/log
/tmp
6
/db/*.sqlite3
7
/public/system
8
/coverage/
9
/spec/tmp
D
David Padilla 已提交
10
**.orig
M
Marcin Ciunelis 已提交
11
rerun.txt
M
Michael Minter 已提交
12
pickle-email-*.html
A
Aldo Román Nureña 已提交
13
config/initializers/secret_token.rb
S
Shawn Davenport 已提交
14
config/secrets.yml
15 16 17 18 19

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

C
Carl Suster 已提交
20 21
# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
22 23 24

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