From 359a858901c57bce7cf1fc36df7e8a9ad2906519 Mon Sep 17 00:00:00 2001 From: Barabas Raffai Date: Mon, 7 Oct 2024 11:59:24 +0100 Subject: [PATCH] remove idea folders --- firmware/.idea/.gitignore | 8 -------- firmware/.idea/.name | 1 - firmware/.idea/codeStyles/Project.xml | 15 --------------- firmware/.idea/codeStyles/codeStyleConfig.xml | 5 ----- firmware/.idea/discord.xml | 7 ------- firmware/.idea/firmware.iml | 2 -- firmware/.idea/misc.xml | 12 ------------ firmware/.idea/modules.xml | 8 -------- firmware/.idea/protoeditor.xml | 12 ------------ firmware/.idea/vcs.xml | 8 -------- plugins/shrapnel/.idea/.gitignore | 8 -------- plugins/shrapnel/.idea/.name | 1 - plugins/shrapnel/.idea/cmake.xml | 8 -------- .../.idea/codeStyles/codeStyleConfig.xml | 5 ----- plugins/shrapnel/.idea/discord.xml | 7 ------- plugins/shrapnel/.idea/misc.xml | 10 ---------- plugins/shrapnel/.idea/modules.xml | 8 -------- plugins/shrapnel/.idea/shrapnel.iml | 2 -- plugins/shrapnel/.idea/vcs.xml | 6 ------ test/.idea/.gitignore | 8 -------- test/.idea/.name | 1 - test/.idea/codeStyles/Project.xml | 14 -------------- test/.idea/codeStyles/codeStyleConfig.xml | 5 ----- test/.idea/discord.xml | 7 ------- test/.idea/misc.xml | 19 ------------------- test/.idea/modules.xml | 8 -------- test/.idea/test.iml | 2 -- test/.idea/vcs.xml | 10 ---------- 28 files changed, 207 deletions(-) delete mode 100644 firmware/.idea/.gitignore delete mode 100644 firmware/.idea/.name delete mode 100644 firmware/.idea/codeStyles/Project.xml delete mode 100644 firmware/.idea/codeStyles/codeStyleConfig.xml delete mode 100644 firmware/.idea/discord.xml delete mode 100644 firmware/.idea/firmware.iml delete mode 100644 firmware/.idea/misc.xml delete mode 100644 firmware/.idea/modules.xml delete mode 100644 firmware/.idea/protoeditor.xml delete mode 100644 firmware/.idea/vcs.xml delete mode 100644 plugins/shrapnel/.idea/.gitignore delete mode 100644 plugins/shrapnel/.idea/.name delete mode 100644 plugins/shrapnel/.idea/cmake.xml delete mode 100644 plugins/shrapnel/.idea/codeStyles/codeStyleConfig.xml delete mode 100644 plugins/shrapnel/.idea/discord.xml delete mode 100644 plugins/shrapnel/.idea/misc.xml delete mode 100644 plugins/shrapnel/.idea/modules.xml delete mode 100644 plugins/shrapnel/.idea/shrapnel.iml delete mode 100644 plugins/shrapnel/.idea/vcs.xml delete mode 100644 test/.idea/.gitignore delete mode 100644 test/.idea/.name delete mode 100644 test/.idea/codeStyles/Project.xml delete mode 100644 test/.idea/codeStyles/codeStyleConfig.xml delete mode 100644 test/.idea/discord.xml delete mode 100644 test/.idea/misc.xml delete mode 100644 test/.idea/modules.xml delete mode 100644 test/.idea/test.iml delete mode 100644 test/.idea/vcs.xml diff --git a/firmware/.idea/.gitignore b/firmware/.idea/.gitignore deleted file mode 100644 index 13566b81..00000000 --- a/firmware/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/firmware/.idea/.name b/firmware/.idea/.name deleted file mode 100644 index 8a3960e9..00000000 --- a/firmware/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -esp32-dsp \ No newline at end of file diff --git a/firmware/.idea/codeStyles/Project.xml b/firmware/.idea/codeStyles/Project.xml deleted file mode 100644 index 7cc81a4f..00000000 --- a/firmware/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/firmware/.idea/codeStyles/codeStyleConfig.xml b/firmware/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/firmware/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/firmware/.idea/discord.xml b/firmware/.idea/discord.xml deleted file mode 100644 index d8e95616..00000000 --- a/firmware/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/firmware/.idea/firmware.iml b/firmware/.idea/firmware.iml deleted file mode 100644 index f08604bb..00000000 --- a/firmware/.idea/firmware.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/firmware/.idea/misc.xml b/firmware/.idea/misc.xml deleted file mode 100644 index 4421b5f9..00000000 --- a/firmware/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/firmware/.idea/modules.xml b/firmware/.idea/modules.xml deleted file mode 100644 index cb860b65..00000000 --- a/firmware/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/firmware/.idea/protoeditor.xml b/firmware/.idea/protoeditor.xml deleted file mode 100644 index 37f5878a..00000000 --- a/firmware/.idea/protoeditor.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/firmware/.idea/vcs.xml b/firmware/.idea/vcs.xml deleted file mode 100644 index 4b3dd066..00000000 --- a/firmware/.idea/vcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/.gitignore b/plugins/shrapnel/.idea/.gitignore deleted file mode 100644 index 13566b81..00000000 --- a/plugins/shrapnel/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/plugins/shrapnel/.idea/.name b/plugins/shrapnel/.idea/.name deleted file mode 100644 index 0f71c1c8..00000000 --- a/plugins/shrapnel/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -ShrapnelDSP \ No newline at end of file diff --git a/plugins/shrapnel/.idea/cmake.xml b/plugins/shrapnel/.idea/cmake.xml deleted file mode 100644 index 2ad2554e..00000000 --- a/plugins/shrapnel/.idea/cmake.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/codeStyles/codeStyleConfig.xml b/plugins/shrapnel/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a17..00000000 --- a/plugins/shrapnel/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/discord.xml b/plugins/shrapnel/.idea/discord.xml deleted file mode 100644 index 30bab2ab..00000000 --- a/plugins/shrapnel/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/misc.xml b/plugins/shrapnel/.idea/misc.xml deleted file mode 100644 index 392db40a..00000000 --- a/plugins/shrapnel/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/modules.xml b/plugins/shrapnel/.idea/modules.xml deleted file mode 100644 index 3561054b..00000000 --- a/plugins/shrapnel/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/shrapnel.iml b/plugins/shrapnel/.idea/shrapnel.iml deleted file mode 100644 index f08604bb..00000000 --- a/plugins/shrapnel/.idea/shrapnel.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/plugins/shrapnel/.idea/vcs.xml b/plugins/shrapnel/.idea/vcs.xml deleted file mode 100644 index b2bdec2d..00000000 --- a/plugins/shrapnel/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/test/.idea/.gitignore b/test/.idea/.gitignore deleted file mode 100644 index 13566b81..00000000 --- a/test/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/test/.idea/.name b/test/.idea/.name deleted file mode 100644 index e2399237..00000000 --- a/test/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -ShrapnelDSPTest \ No newline at end of file diff --git a/test/.idea/codeStyles/Project.xml b/test/.idea/codeStyles/Project.xml deleted file mode 100644 index 4f05c8db..00000000 --- a/test/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - \ No newline at end of file diff --git a/test/.idea/codeStyles/codeStyleConfig.xml b/test/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/test/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/test/.idea/discord.xml b/test/.idea/discord.xml deleted file mode 100644 index d8e95616..00000000 --- a/test/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/test/.idea/misc.xml b/test/.idea/misc.xml deleted file mode 100644 index 048657bc..00000000 --- a/test/.idea/misc.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/.idea/modules.xml b/test/.idea/modules.xml deleted file mode 100644 index 51ab9749..00000000 --- a/test/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/test/.idea/test.iml b/test/.idea/test.iml deleted file mode 100644 index f08604bb..00000000 --- a/test/.idea/test.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/test/.idea/vcs.xml b/test/.idea/vcs.xml deleted file mode 100644 index 32328522..00000000 --- a/test/.idea/vcs.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file