fixin.me/.gitignore

42 lines
580 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
/.mysql_history
/.ssh
/.vim
/.viminfo
/.webdrivers
*.swp
Session.vim