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
This commit is contained in:
Tute Costa 2016-04-15 12:51:12 -04:00
parent 1dc550d985
commit 9793e833cf

View file

@ -1,6 +1,7 @@
.DS_Store
*.sw[nop]
.bundle
.byebug_history
.env
db/*.sqlite3
log/*.log