From 9793e833cf91ba031a8ba9a0a55165eda2f2e0eb Mon Sep 17 00:00:00 2001 From: Tute Costa Date: Fri, 15 Apr 2016 12:51:12 -0400 Subject: [PATCH] Git ignore .byebug_history After using byebug on any Ruby file, the sessions history is written to this file. It shouldn't be part of our repositories, so we ignore it. See also: https://github.com/thoughtbot/suspenders/pull/710 --- gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/gitignore b/gitignore index 7aa1305..d3cceb5 100644 --- a/gitignore +++ b/gitignore @@ -1,6 +1,7 @@ .DS_Store *.sw[nop] .bundle +.byebug_history .env db/*.sqlite3 log/*.log