From a9633c3a69cf185ac706ee03e084d1529527cc4c Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 23 Jun 2023 07:06:38 -0400 Subject: [PATCH] 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. --- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 2 files changed, 14 deletions(-) delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index bffbdf5..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file