# Bundler files
/.bundle
/vendor/bundle/
/vendor/cache/*darwin*

# Rails stuff
/db/*.sqlite3
/db/*.sqlite3-*
/config/database.yml
/config/smtp.yml
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
!/tmp/pids/.keep

# Ignore uploaded files in development.
/storage/*
!/storage/.keep

/public/assets
.byebug_history

# RSpec testing
/spec/.examples.txt

# Ignore environment and deployment files
/.env*
/.kamal/*
/config/deploy.yml

# App-specific
/attachments/
/backup/
/config/shared/
/templates/
/sample_files/
/Gemfile.plugins

# Vagrant
.vagrant/

# Random
.DS_Store
*.swp

# Ignore master key for decrypting credentials and more.
/config/master.key
