rails new

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 .
This commit is contained in:
2023-03-05 17:17:14 +01:00
parent 2368c5ec83
commit 6d2d12a9da
59 changed files with 859 additions and 11 deletions

23
.gitignore vendored
View File

@@ -1,21 +1,28 @@
# Ignore bundler config.
/.bundle
/.cache
/.gem
config/initializers/secret_token.rb
config/master.key
# 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
/public/packs
/public/packs-test
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
/public/assets
tmp/restart.txt
/tmp/restart.txt
.bash_history
.byebug_history
.viminfo
/.bash_history
/.byebug_history
/.lesshst
/.viminfo