forked from fixin.me/fixin.me
40 lines
552 B
Plaintext
40 lines
552 B
Plaintext
# Ignore bundler config.
|
|
/.bundle
|
|
/.cache
|
|
/.gem
|
|
|
|
# Ignore master key for decrypting credentials and more.
|
|
/config/application.rb
|
|
/config/database.yml
|
|
/config/initializers/secret_token.rb
|
|
/config/master.key
|
|
/config/puma.rb
|
|
|
|
# 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
|
|
|
|
# Ignore user files
|
|
/.bash_history
|
|
/.byebug_history
|
|
/.config
|
|
/.irb_history
|
|
/.lesshst
|
|
/.local
|
|
/.ssh
|
|
/.vim
|
|
/.viminfo
|
|
/.webdrivers
|
|
*.swp
|