Browse Source

Add .byebug_history to gitignore

.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
pisaacs 9 years ago
parent
commit
9c92fa360f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Rails.gitignore

+ 3 - 0
Rails.gitignore

@@ -33,3 +33,6 @@ bower.json
 
 # Ignore pow environment settings
 .powenv
+
+# Ignore Byebug command history file.
+.byebug_history