From 9c92fa360fcd3c823b96476ad5c2d0c96e48cd69 Mon Sep 17 00:00:00 2001 From: pisaacs Date: Sat, 23 Jan 2016 12:56:49 -0500 Subject: [PATCH] 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) --- Rails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 55fcde6c..2121e0a8 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -33,3 +33,6 @@ bower.json # Ignore pow environment settings .powenv + +# Ignore Byebug command history file. +.byebug_history