Project

General

Profile

Actions

Patch #39021

closed

Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore

Added by Go MAEDA 8 months ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The .byebug_history file is associated with the byebug gem, which is a debugger for the Ruby programming language. byebug gem. Ruby on Rails includes the byebug gem by default.

Index: .gitignore
===================================================================
--- .gitignore    (revision 22290)
+++ .gitignore    (working copy)
@@ -4,6 +4,7 @@
 /.powrc
 /.rvmrc
 /.ruby-version
+/.byebug_history
 /config/additional_environment.rb
 /config/configuration.yml
 /config/database.yml
Index: .hgignore
===================================================================
--- .hgignore    (revision 22290)
+++ .hgignore    (working copy)
@@ -6,6 +6,7 @@
 .powrc
 .rvmrc
 .ruby-version
+.byebug_history
 config/additional_environment.rb
 config/configuration.yml
 config/database.yml
Index: .
===================================================================
--- .    (revision 22290)
+++ .    (working copy)

Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -7,6 +7,7 ##
 .powrc
 .rvmrc
 .ruby-version
+.byebug_history
 Gemfile.lock
 Gemfile.local
 node_modules
Actions #1

Updated by Go MAEDA 8 months ago

  • Status changed from New to Closed

Committed the patch in r22291.

Actions

Also available in: Atom PDF