forked from fixin.me/fixin.me
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox --skip-action-text --skip-active-job --skip-active-storage --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap --skip-bundle .
29 lines
410 B
Plaintext
29 lines
410 B
Plaintext
# Ignore bundler config.
|
|
/.bundle
|
|
/.cache
|
|
/.gem
|
|
|
|
# Ignore master key for decrypting credentials and more.
|
|
/config/initializers/secret_token.rb
|
|
/config/master.key
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/log/*
|
|
/tmp/*
|
|
!/log/.keep
|
|
!/tmp/.keep
|
|
|
|
# Ignore pidfiles, but keep the directory.
|
|
/tmp/pids/*
|
|
!/tmp/pids/
|
|
!/tmp/pids/.keep
|
|
|
|
/public/assets
|
|
|
|
/tmp/restart.txt
|
|
|
|
/.bash_history
|
|
/.byebug_history
|
|
/.lesshst
|
|
/.viminfo
|