adds byebug history to gitignore

closes #7744
This commit is contained in:
kas70 2018-03-22 11:00:17 +01:00 committed by Benjamin Neff
parent 40fc175d6e
commit 53b733f0cd
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -50,6 +50,7 @@ public/source.tar*
tmp/
# Temporary files of every sort
.byebug_history
.sass-cache/
.DS_Store
.idea

View file

@ -3,6 +3,7 @@
## Refactor
## Bug fixes
* Prefill conversation form on contacts page only with mutual contacts [#7744](https://github.com/diaspora/diaspora/pull/7744)
## Features