2010-11-09 05:11:38 +08:00
|
|
|
*.rbc
|
2010-11-09 07:20:34 +08:00
|
|
|
capybara-*.html
|
|
|
|
.rspec
|
2010-11-09 07:25:48 +00:00
|
|
|
/db/*.sqlite3
|
2014-11-13 17:34:19 +09:00
|
|
|
/db/*.sqlite3-journal
|
2019-09-10 11:08:25 -03:00
|
|
|
/db/*.sqlite3-[0-9]*
|
2013-01-24 16:47:17 +08:00
|
|
|
/public/system
|
2010-11-09 07:25:48 +00:00
|
|
|
/coverage/
|
2013-01-24 16:47:17 +08:00
|
|
|
/spec/tmp
|
2017-03-23 11:09:50 -05:00
|
|
|
*.orig
|
2010-11-24 19:34:00 +01:00
|
|
|
rerun.txt
|
2012-10-30 12:05:22 -05:00
|
|
|
pickle-email-*.html
|
2014-04-04 16:25:30 -06:00
|
|
|
|
2019-03-14 21:55:38 +09:00
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*
|
|
|
|
/tmp/*
|
|
|
|
!/log/.keep
|
|
|
|
!/tmp/.keep
|
|
|
|
|
2016-08-08 11:38:53 -07:00
|
|
|
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
2013-08-12 12:40:19 -05:00
|
|
|
config/initializers/secret_token.rb
|
2018-03-28 22:19:32 +09:00
|
|
|
config/master.key
|
2016-08-08 11:38:53 -07:00
|
|
|
|
|
|
|
# Only include if you have production secrets in this file, which is no longer a Rails default
|
|
|
|
# config/secrets.yml
|
2016-05-12 10:02:05 +01:00
|
|
|
|
2019-12-06 19:05:44 +09:00
|
|
|
# dotenv, dotenv-rails
|
|
|
|
# TODO Comment out these rules if environment variables can be committed
|
2016-05-12 08:53:20 +01:00
|
|
|
.env
|
2021-10-28 04:52:49 -03:00
|
|
|
.env*.local
|
2013-11-10 21:12:01 +11:00
|
|
|
|
2015-12-13 16:07:46 +02:00
|
|
|
## Environment normalization:
|
2013-11-10 21:12:01 +11:00
|
|
|
/.bundle
|
|
|
|
/vendor/bundle
|
|
|
|
|
2015-12-13 16:07:46 +02:00
|
|
|
# these should all be checked in to normalize the environment:
|
2013-11-10 21:39:33 +11:00
|
|
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
2013-11-10 21:12:01 +11:00
|
|
|
|
|
|
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
|
|
.rvmrc
|
2014-07-18 16:11:42 -05:00
|
|
|
|
|
|
|
# if using bower-rails ignore default bower_components path bower.json files
|
|
|
|
/vendor/assets/bower_components
|
|
|
|
*.bowerrc
|
|
|
|
bower.json
|
2014-10-21 11:50:16 +02:00
|
|
|
|
2015-01-21 16:30:32 +08:00
|
|
|
# Ignore pow environment settings
|
2014-11-18 09:55:58 +01:00
|
|
|
.powenv
|
2016-01-23 12:56:49 -05:00
|
|
|
|
|
|
|
# Ignore Byebug command history file.
|
|
|
|
.byebug_history
|
2017-12-14 21:11:09 -05:00
|
|
|
|
|
|
|
# Ignore node_modules
|
|
|
|
node_modules/
|
|
|
|
|
2018-09-02 23:24:10 -07:00
|
|
|
# Ignore precompiled javascript packs
|
|
|
|
/public/packs
|
|
|
|
/public/packs-test
|
2018-10-06 13:28:22 +08:00
|
|
|
/public/assets
|
2018-09-02 23:24:10 -07:00
|
|
|
|
|
|
|
# Ignore yarn files
|
|
|
|
/yarn-error.log
|
|
|
|
yarn-debug.log*
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# Ignore uploaded files in development
|
|
|
|
/storage/*
|
2019-03-14 21:55:38 +09:00
|
|
|
!/storage/.keep
|
2020-03-11 21:54:02 +09:00
|
|
|
/public/uploads
|