Rails.gitignore 424 字节
Newer Older
Y
Yaroslav Markin 已提交
1
*.rbc
J
Jeffry Degrande 已提交
2 3
*.sassc
.sass-cache
4 5
capybara-*.html
.rspec
6 7
/log
/tmp
8
/db/*.sqlite3
9
/public/system
10
/coverage/
11
/spec/tmp
D
David Padilla 已提交
12
**.orig
M
Marcin Ciunelis 已提交
13
rerun.txt
M
Michael Minter 已提交
14
pickle-email-*.html
A
Aldo Román Nureña 已提交
15
config/initializers/secret_token.rb
16 17 18 19 20 21 22 23 24 25 26 27

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

# these should 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