57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
*.rbc
|
|
capybara-*.html
|
|
.rspec
|
|
/log
|
|
/node_modules
|
|
/pkg
|
|
/tmp
|
|
/test/dummy/log
|
|
/test/dummy/tmp
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3-journal
|
|
/test/dummy/db/*.sqlite3
|
|
/test/dummy/db/*.sqlite3-journal
|
|
/public/system
|
|
/coverage/
|
|
/spec/tmp
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
# Don't commit yarn.lock, to ensure that package.json is specific enough
|
|
yarn.lock
|
|
yarn-error.log
|
|
|
|
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
|
|
config/initializers/secret_token.rb
|
|
config/secrets.yml
|
|
|
|
# dotenv
|
|
# TODO Comment out this rule if environment variables can be committed
|
|
.env
|
|
|
|
## Environment normalization:
|
|
/.bundle
|
|
/vendor/bundle
|
|
|
|
# these should all be checked in to normalize the environment:
|
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
|
Gemfile.lock
|
|
|
|
# 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
|
|
|
|
.idea/
|
|
/test/dummy/tmp/
|
|
/test/dummy/log/
|
|
.DS_Store |