Update vcs.xml

Project was incorrectly trying to access git information from location PROJ_DIR$/Plugins due to improper mapping settings.
This commit is contained in:
Daniel Waggner 2021-05-24 10:57:19 -07:00
parent f6444c18d9
commit b0af4b89e6

View File

@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/Plugins" vcs="Git" />
</component>
</project>