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
13 lines
126 B
Text
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
|