fixin.me/.gitignore
2024-12-30 00:14:30 +01:00

41 lines
564 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
Session.vim