Rails.gitignore 1.2 KB
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
C
Connor Taffe 已提交
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
17
config/master.key
S
Steve Hull 已提交
18 19 20

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

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

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

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

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

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

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

# Ignore Byebug command history file.
.byebug_history
S
Stefan 已提交
46 47 48 49

# Ignore node_modules
node_modules/

50 51 52
# Ignore precompiled javascript packs
/public/packs
/public/packs-test
53
/public/assets
54 55 56 57 58 59 60 61 62

# Ignore yarn files
/yarn-error.log
yarn-debug.log*
.yarn-integrity

# Ignore uploaded files in development
/storage/*
!/storage/.keep