]> source.dussan.org Git - gitignore.git/commitdiff
Add .byebug_history to gitignore 1835/head
authorpisaacs <pisaacs@users.noreply.github.com>
Sat, 23 Jan 2016 17:56:49 +0000 (12:56 -0500)
committerpisaacs <pisaacs@users.noreply.github.com>
Sat, 23 Jan 2016 17:56:49 +0000 (12:56 -0500)
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)

Rails.gitignore

index 55fcde6c75a2d990926a7148ce60ea109c866e79..2121e0a8038ff598480289af8d9bedd0a8b290fb 100644 (file)
@@ -33,3 +33,6 @@ bower.json
 
 # Ignore pow environment settings
 .powenv
+
+# Ignore Byebug command history file.
+.byebug_history