Files
DodoSSH/.idea/.idea.DodoSSH/.idea/vcs.xml
T
jaap-jan 0331ce8f33 Commit Rider's VCS directory mapping
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.
2026-07-29 15:34:46 +02:00

6 lines
180 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>