Rails.gitignore 762 字节
Newer Older
Y
Yaroslav Markin 已提交
1
*.rbc
2 3
capybara-*.html
.rspec
4 5
/log
/tmp
6
/db/*.sqlite3
R
renhx 已提交
7
/db/*.sqlite3-journal
8
/public/system
9
/coverage/
10
/spec/tmp
D
David Padilla 已提交
11
**.orig
M
Marcin Ciunelis 已提交
12
rerun.txt
M
Michael Minter 已提交
13
pickle-email-*.html
A
Adrian Rangel 已提交
14

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

J
Justas Brazauskas 已提交
19
## Environment normalization:
20 21 22
/.bundle
/vendor/bundle

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

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

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

W
Wafiq Rodzuan 已提交
34
# Ignore pow environment settings
35
.powenv
P
pisaacs 已提交
36 37 38

# Ignore Byebug command history file.
.byebug_history