debian-mirror-gitlab/vendor/gitignore/Rails.gitignore

62 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
*.rbc
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
2017-08-17 22:00:37 +05:30
*.orig
2016-06-02 11:05:42 +05:30
rerun.txt
pickle-email-*.html
2016-09-29 09:46:39 +05:30
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
2016-06-02 11:05:42 +05:30
config/initializers/secret_token.rb
2018-05-09 12:01:36 +05:30
config/master.key
2016-09-29 09:46:39 +05:30
# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml
2016-06-02 11:05:42 +05:30
2016-06-22 15:30:34 +05:30
# dotenv
# TODO Comment out this rule if environment variables can be committed
.env
2016-06-02 11:05:42 +05:30
## Environment normalization:
/.bundle
/vendor/bundle
# these should all be checked in to normalize the environment:
# 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
# Ignore Byebug command history file.
.byebug_history
2018-03-17 18:26:18 +05:30
# Ignore node_modules
node_modules/
2018-11-20 20:47:30 +05:30
# Ignore precompiled javascript packs
/public/packs
/public/packs-test
2018-12-13 13:39:08 +05:30
/public/assets
2018-11-20 20:47:30 +05:30
# Ignore yarn files
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Ignore uploaded files in development
/storage/*
!/storage/.keep