Project

General

Profile

Actions

Patch #41287

closed

Add .vscode to svn:ignore, .gitignore, and .hgignore

Added by Mizuki ISHIKAWA 6 days ago. Updated 6 days ago.

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

0%

Estimated time:

Description

This patch adds the .vscode directory to the .gitignore file. The .vscode directory is automatically created by Visual Studio Code and contains user-specific IDE settings. For a developer like me who uses VSCode for Redmine development, it is inconvenient to track these files in version control.

The .gitignore file already includes configuration settings for RubyMine (Patch #24523: Source: ignore .idea), so it makes sense to include VSCode settings as well.

diff --git a/.gitignore b/.gitignore
index ec4a91071..444173c3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /.project
 /.idea
+/.vscode
 /.loadpath
 /.powrc
 /.rvmrc
Actions #1

Updated by Go MAEDA 6 days ago

  • Subject changed from Add .vscode to .gitignore to Add .vscode to svn:ignore, .gitignore, and .hgignore
  • Target version set to 6.0.0
Actions #2

Updated by Go MAEDA 6 days ago

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

Committed the patch in r23066. Thank you.

Actions

Also available in: Atom PDF