Project

General

Profile

Actions

Patch #30413

closed

Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore

Added by Go MAEDA over 5 years ago. Updated over 5 years ago.

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

0%

Estimated time:

Description

.ruby-version is a file for widely used Ruby version managers such as RVM and rbenv.

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

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

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed.

Actions

Also available in: Atom PDF