From 5e13a33d148800275e506a9f1c88e195b74e2264 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Wed, 27 Nov 2024 14:45:46 +0100 Subject: [PATCH] (some message stating you added .idea to ignored entries) --- backend-rust/.idea/.gitignore | 5 ----- backend-rust/.idea/backend-rust.iml | 11 ----------- .../.idea/inspectionProfiles/Project_Default.xml | 13 ------------- backend-rust/.idea/modules.xml | 8 -------- backend-rust/.idea/vcs.xml | 9 --------- 5 files changed, 46 deletions(-) delete mode 100644 backend-rust/.idea/.gitignore delete mode 100644 backend-rust/.idea/backend-rust.iml delete mode 100644 backend-rust/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 backend-rust/.idea/modules.xml delete mode 100644 backend-rust/.idea/vcs.xml diff --git a/backend-rust/.idea/.gitignore b/backend-rust/.idea/.gitignore deleted file mode 100644 index b58b603f..00000000 --- a/backend-rust/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/backend-rust/.idea/backend-rust.iml b/backend-rust/.idea/backend-rust.iml deleted file mode 100644 index cf84ae4a..00000000 --- a/backend-rust/.idea/backend-rust.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/backend-rust/.idea/inspectionProfiles/Project_Default.xml b/backend-rust/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index b2b65097..00000000 --- a/backend-rust/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - \ No newline at end of file diff --git a/backend-rust/.idea/modules.xml b/backend-rust/.idea/modules.xml deleted file mode 100644 index 2ab03584..00000000 --- a/backend-rust/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/backend-rust/.idea/vcs.xml b/backend-rust/.idea/vcs.xml deleted file mode 100644 index 4ca8ad5a..00000000 --- a/backend-rust/.idea/vcs.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file