gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Ruby: ignore more command history files

Open blooper05 opened this issue 2 years ago • 0 comments

Reasons for making this change:

Nowadays, with the advent of debug.rb and the active development of IRB, etc, the realistic options of debuggers and REPLs in the Ruby world have been expanding. So now, it would be very useful to add the command history files of these leading tools here 🙌

Links to documentation supporting these rule changes:

  • debug.rb: https://github.com/ruby/debug/tree/v1.5.0#configuration-list
  • IRB: https://ruby-doc.org/stdlib-3.1.2/libdoc/irb/rdoc/IRB.html#module-IRB-label-History
  • Pry: https://github.com/pry/pry/wiki/Customization-and-configuration#Config_history

blooper05 avatar Apr 25 '22 17:04 blooper05