From b758cf37daa68eb2e60296c38d8fbd6e92967b3a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 21 Sep 2024 08:54:41 +0000 Subject: [PATCH] Add .vscode to svn:ignore, .gitignore, and .hgignore (#41287). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23066 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ec4a91071..444173c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.project /.idea +/.vscode /.loadpath /.powrc /.rvmrc diff --git a/.hgignore b/.hgignore index 3e7354f7c..4f1fe2449 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,7 @@ syntax: glob .project .idea +.vscode .loadpath .powrc .rvmrc -- 2.39.5