From 2e5a6b1241d2f9152e4dd46de1f327ee2d01d723 Mon Sep 17 00:00:00 2001 From: Peter <43498358+Petersmit27@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:14:42 +0200 Subject: [PATCH] remove .idea folder --- .gitignore | 1 + .idea/.gitignore | 10 ---------- .idea/IBAFlang.iml | 11 ----------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/IBAFlang.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ee8b75e..295644a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ IBAF-cbs/target IBAF-Tests/target IBAF-Editor/src-gen IBAF-Editor/target +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index a9d7db9..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# GitHub Copilot persisted chat sessions -/copilot/chatSessions diff --git a/.idea/IBAFlang.iml b/.idea/IBAFlang.iml deleted file mode 100644 index dc88000..0000000 --- a/.idea/IBAFlang.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 8ed5f34..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 5b88e07..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