1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

Add .byebug_history to gitignore

.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
This commit is contained in:
pisaacs 2016-01-23 12:56:49 -05:00
parent c7557c59a5
commit 9c92fa360f

View File

@ -33,3 +33,6 @@ bower.json
# Ignore pow environment settings
.powenv
# Ignore Byebug command history file.
.byebug_history