From 0331ce8f33966565f9de5be861d5500ca5d06cad Mon Sep 17 00:00:00 2001 From: Jaap-Jan de Wit | DodoTech Date: Wed, 29 Jul 2026 15:34:46 +0200 Subject: [PATCH] Commit Rider's VCS directory mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The one file left untracked in the working tree, and it belongs in the repo rather than in .gitignore: the ignore rules here already follow JetBrains' own pattern, which excludes per-user state — workspace.xml, tasks.xml, dataSources, shelf — and keeps shareable project configuration. vcs.xml is the latter. All it says is that the project root is a Git checkout, which is true for everyone who clones it, and having it present stops Rider prompting each new checkout to add the mapping by hand. --- .idea/.idea.DodoSSH/.idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/.idea.DodoSSH/.idea/vcs.xml diff --git a/.idea/.idea.DodoSSH/.idea/vcs.xml b/.idea/.idea.DodoSSH/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.DodoSSH/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file