Rails.gitignore 683 字节
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
Adrian Rangel 已提交
13

14
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
A
Aldo Román Nureña 已提交
15
config/initializers/secret_token.rb
S
Shawn Davenport 已提交
16
config/secrets.yml
17 18 19 20 21

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

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

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
27 28 29 30 31

# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json
32 33

#Ignore pow enironment settings
34
.powenv