Skip to content

Commit dfce3fd

Browse files
authored
Update Ruby.ignore to ignore .byebug_history file
The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: deivid-rodriguez/byebug#204 (comment) I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45
1 parent f908e51 commit dfce3fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ruby.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# Used by dotenv library to load environment variables.
1414
# .env
1515

16+
# Ignore Byebug command history file.
17+
.byebug_history
18+
1619
## Specific to RubyMotion:
1720
.dat*
1821
.repl_history

0 commit comments

Comments
 (0)