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:
parent
d0b80a4699
commit
7f32103afb
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user