From cd53b05be8f74dfc9c872eb1e84cd024e754f48d Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 18 Dec 2015 15:42:12 +0900 Subject: Ignore Byebug command history file This file is generated by a gem that is bundled by default in the generated Rails app, just like .sqlite3 files. Hence it might be natural to be ignored here rather than in each developer's .gitignore_global. --- railties/lib/rails/generators/rails/app/templates/gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties') diff --git a/railties/lib/rails/generators/rails/app/templates/gitignore b/railties/lib/rails/generators/rails/app/templates/gitignore index 1b8cf8a9fa..0e66cc4237 100644 --- a/railties/lib/rails/generators/rails/app/templates/gitignore +++ b/railties/lib/rails/generators/rails/app/templates/gitignore @@ -20,3 +20,6 @@ !/log/.keep !/tmp/.keep <% end -%> + +# Ignore Byebug command history file. +.byebug_history -- cgit v1.2.3