Add .byebug_history to gitignore
This commit is contained in:
parent
9cc41dea7f
commit
0aa6dbaa59
|
@ -58,6 +58,9 @@ log/
|
|||
# Ignore Eclipse .buildpath file
|
||||
/.buildpath
|
||||
|
||||
# Ignore byebug history
|
||||
/.byebug_history
|
||||
|
||||
# Ignore RubyMine settings
|
||||
/.idea
|
||||
|
||||
|
|
Loading…
Reference in New Issue