Skip to content

Commit 9c92fa3

Browse files
committed
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)
1 parent c7557c5 commit 9c92fa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Rails.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ bower.json
3333

3434
# Ignore pow environment settings
3535
.powenv
36+
37+
# Ignore Byebug command history file.
38+
.byebug_history

0 commit comments

Comments
 (0)