Compare commits

...

2 Commits

Author SHA1 Message Date
Ollie Bennett
8c5aff9e0e
Merge 6cbc88a4f7 into ceea7cab23 2025-01-14 11:20:17 +00:00
Ollie Bennett
6cbc88a4f7
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
2022-04-01 20:54:32 +01:00

View File

@ -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*