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