gitignore/Rails.gitignore

70 lines
1.3 KiB
Plaintext
Raw Normal View History

2010-11-08 22:11:38 +01:00
*.rbc
capybara-*.html
.rspec
/db/*.sqlite3
/db/*.sqlite3-journal
/db/*.sqlite3-[0-9]*
/public/system
/coverage/
/spec/tmp
*.orig
2010-11-24 19:34:00 +01:00
rerun.txt
pickle-email-*.html
2014-04-05 00:25:30 +02:00
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/master.key
# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml
2016-05-12 11:02:05 +02:00
# dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed
.env
.env.*
2015-12-13 15:07:46 +01:00
## Environment normalization:
/.bundle
/vendor/bundle
2015-12-13 15:07:46 +01:00
# these should all be checked in to normalize the environment:
2013-11-10 11:39:33 +01: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
2014-10-21 11:50:16 +02:00
# Ignore pow environment settings
2014-11-18 09:55:58 +01:00
.powenv
# Ignore Byebug command history file.
.byebug_history
# 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/*
!/storage/.keep
/public/uploads