1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Ruby: ignore more command history files

This commit is contained in:
blooper05 2022-04-26 01:40:07 +09:00
parent d0b80a4699
commit 7f32103afb

View File

@ -13,8 +13,11 @@
# Used by dotenv library to load environment variables.
# .env
# Ignore Byebug command history file.
.byebug_history
# Ignore command history files.
.byebug_history # Byebug
.rdbg_history # debug.rb
.irb_history # IRB
.pry_history # Pry
## Specific to RubyMotion:
.dat*