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:
parent
1dc550d985
commit
9793e833cf
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
.DS_Store
|
||||
*.sw[nop]
|
||||
.bundle
|
||||
.byebug_history
|
||||
.env
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
|
|
Loading…
Add table
Reference in a new issue