Remove unnecessary files from .idea directory

This commit removes two files, modules.xml and vcs.xml, from the .idea directory. These files are not needed for the project and can be safely deleted.
This commit is contained in:
Chuck 2023-06-23 07:06:38 -04:00
parent 737413a938
commit a9633c3a69
2 changed files with 0 additions and 14 deletions

8
.idea/modules.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/developer-portfolios.iml" filepath="$PROJECT_DIR$/.idea/developer-portfolios.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>