fixin.me/.gitignore
cryptogopher 6d2d12a9da 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 .
2023-03-05 19:23:29 +01:00

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