From e857e50505b322ab3de0ee4ca3da0d35282e5806 Mon Sep 17 00:00:00 2001 From: Izaskun Mallona Date: Wed, 10 Dec 2025 13:58:54 +0100 Subject: [PATCH] Remove .idea folder and trigger ci/cd on all PRs --- .github/workflows/ci.yml | 1 - cpp/.idea/.gitignore | 8 -- cpp/.idea/cpp.iml | 2 - cpp/.idea/editor.xml | 248 --------------------------------------- cpp/.idea/misc.xml | 7 -- cpp/.idea/modules.xml | 8 -- cpp/.idea/vcs.xml | 7 -- 7 files changed, 281 deletions(-) delete mode 100644 cpp/.idea/.gitignore delete mode 100644 cpp/.idea/cpp.iml delete mode 100644 cpp/.idea/editor.xml delete mode 100644 cpp/.idea/misc.xml delete mode 100644 cpp/.idea/modules.xml delete mode 100644 cpp/.idea/vcs.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aff2272..9561e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: build_and_test on: pull_request: - branches: [ main, develop ] workflow_dispatch: jobs: diff --git a/cpp/.idea/.gitignore b/cpp/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/cpp/.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/cpp/.idea/cpp.iml b/cpp/.idea/cpp.iml deleted file mode 100644 index f08604b..0000000 --- a/cpp/.idea/cpp.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/cpp/.idea/editor.xml b/cpp/.idea/editor.xml deleted file mode 100644 index ead1d8a..0000000 --- a/cpp/.idea/editor.xml +++ /dev/null @@ -1,248 +0,0 @@ - - - - - \ No newline at end of file diff --git a/cpp/.idea/misc.xml b/cpp/.idea/misc.xml deleted file mode 100644 index 0b76fe5..0000000 --- a/cpp/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/cpp/.idea/modules.xml b/cpp/.idea/modules.xml deleted file mode 100644 index e009e75..0000000 --- a/cpp/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/cpp/.idea/vcs.xml b/cpp/.idea/vcs.xml deleted file mode 100644 index 288b36b..0000000 --- a/cpp/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file