scatterd-dotfiles/gitignore
Tute Costa 9793e833cf Git ignore .byebug_history
After using byebug on any Ruby file, the sessions history is written to
this file. It shouldn't be part of our repositories, so we ignore it.

See also: https://github.com/thoughtbot/suspenders/pull/710
2016-04-15 12:51:12 -04:00

13 lines
126 B
Text

.DS_Store
*.sw[nop]
.bundle
.byebug_history
.env
db/*.sqlite3
log/*.log
rerun.txt
tags
!tags/
tmp/**/*
!tmp/cache/.keep
*.pyc