Remove redundant vcs.xml file

The .idea/vcs.xml file was deleted because it is not needed for the project. It was initially created by the IntelliJ IDEA but we're managing version control configurations through another way, making this file redundant.
This commit is contained in:
Winni Neessen 2023-08-15 10:08:47 +02:00
parent c2e3613c28
commit 5948b38702
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
SPDX-License-Identifier: CC0-1.0
-->
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>