mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +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.
|
# 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*
|
||||||
|
Loading…
Reference in New Issue
Block a user