From f9b1e46d6dcf45ac36fdddfc8c52ef94315e8d4c Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 15 Aug 2023 11:13:47 +0200 Subject: [PATCH] Remove unnecessary .idea XML configuration files The deleted .idea XML configuration files (markdown.xml, modules.xml, Project_Default.xml) were not required for the functioning of the project. Removing these files helps in reducing clutter and simplifying the project structure. Also, these files can often contain user-specific settings or paths, and may cause conflicts when working in a team. --- .idea/go-mail.iml.license | 3 --- .idea/inspectionProfiles/Project_Default.xml | 18 ------------------ .idea/markdown.xml | 16 ---------------- .idea/modules.xml | 15 --------------- 4 files changed, 52 deletions(-) delete mode 100644 .idea/go-mail.iml.license delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/modules.xml diff --git a/.idea/go-mail.iml.license b/.idea/go-mail.iml.license deleted file mode 100644 index f9b629a..0000000 --- a/.idea/go-mail.iml.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2022 Winni Neessen - -SPDX-License-Identifier: CC0-1.0 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 06bcfde..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index 8f0a1a0..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index c0cf64a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - \ No newline at end of file