Unverified Commit dfce3fda authored by Patrick Boatner's avatar Patrick Boatner Committed by GitHub

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: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302

I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45
parent f908e51b
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
# Used by dotenv library to load environment variables. # Used by dotenv library to load environment variables.
# .env # .env
# Ignore Byebug command history file.
.byebug_history
## Specific to RubyMotion: ## Specific to RubyMotion:
.dat* .dat*
.repl_history .repl_history
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment