master
1# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2#
3# If you find yourself ignoring temporary files generated by your text editor
4# or operating system, you probably want to add a global ignore instead:
5# git config --global core.excludesfile '~/.gitignore_global'
6
7# Ignore bundler config.
8/.bundle
9
10# Ignore all logfiles and tempfiles.
11/log/*
12!/log/.keep
13/tmp
14.vagrant
15.env*
16database.yml
17vendor/bundle
18vendor/cache
19coverage
20config/deploy_id_rsa
21pkg
22public/assets
23erd.pdf
24db/data
25
26# Ignore Byebug command history file.
27.byebug_history