Rails.gitignore 944 字节
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

S
Steve Hull 已提交
15
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
A
Aldo Román Nureña 已提交
16
config/initializers/secret_token.rb
S
Steve Hull 已提交
17 18 19

# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml
M
Max Woolf 已提交
20 21 22

# dotenv
# TODO Comment out this rule if environment variables can be committed
M
Max Woolf 已提交
23
.env
24

J
Justas Brazauskas 已提交
25
## Environment normalization:
26 27 28
/.bundle
/vendor/bundle

J
Justas Brazauskas 已提交
29
# these should all be checked in to normalize the environment:
C
Carl Suster 已提交
30
# Gemfile.lock, .ruby-version, .ruby-gemset
31 32 33

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
34 35 36 37 38

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

W
Wafiq Rodzuan 已提交
40
# Ignore pow environment settings
41
.powenv
P
pisaacs 已提交
42 43 44

# Ignore Byebug command history file.
.byebug_history