From 971a56451b860f6715d2534d06170b4881aaf00b Mon Sep 17 00:00:00 2001 From: Alejandro Brugarolas Date: Wed, 23 Oct 2024 09:41:56 +0200 Subject: [PATCH] fix pr Signed-off-by: Alejandro Brugarolas --- .gitignore | 2 + .idea/codeStyles/Project.xml | 59 ---------------------------- .idea/codeStyles/codeStyleConfig.xml | 5 --- .idea/kai-ci.iml | 13 ------ 4 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/kai-ci.iml diff --git a/.gitignore b/.gitignore index 7ed4b49e..d0f3c9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,8 @@ fabric.properties .idea/**/sonarlint/ +.idea/codeStyles/ +.idea/kai-ci.iml .idea/**/sonarIssues.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 932f7d1b..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/kai-ci.iml b/.idea/kai-ci.iml deleted file mode 100644 index fe328135..00000000 --- a/.idea/kai-ci.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file