From 6cbc88a4f7f7613730db1df0b15cbab7183dead1 Mon Sep 17 00:00:00 2001 From: Ollie Bennett Date: Fri, 1 Apr 2022 20:54:32 +0100 Subject: [PATCH] Ruby: Ignore .irb_history file This file is created locally by IRB to store the last 1,000 commands It doesn't make sense to keep this history in the repository. https://ruby-doc.org/stdlib-2.4.0/libdoc/irb/rdoc/IRB.html#module-IRB-label-History --- Ruby.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index e3200e0f..cbf629e4 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -13,8 +13,9 @@ # Used by dotenv library to load environment variables. # .env -# Ignore Byebug command history file. +# Ignore Byebug/IRB command history files. .byebug_history +.irb_history ## Specific to RubyMotion: .dat*