Compare commits

...

2 Commits

Author SHA1 Message Date
blooper05
68d08db639
Merge 7f32103afb into ceea7cab23 2025-01-11 00:08:47 +00:00
blooper05
7f32103afb Ruby: ignore more command history files 2022-04-26 01:41:23 +09:00

View File

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