From 1409276de3d19de3f8c8a91531c5c2fe3cb57f7d Mon Sep 17 00:00:00 2001 From: jibedoubleve Date: Wed, 1 Nov 2023 13:11:25 +0100 Subject: [PATCH] (#338) Remove rider artifacts --- .gitignore | 4 +++- .idea/.idea.Lanceur/.idea/.gitignore | 13 ------------- .idea/.idea.Lanceur/.idea/.name | 1 - .idea/.idea.Lanceur/.idea/dataSources.xml | 12 ------------ .idea/.idea.Lanceur/.idea/indexLayout.xml | 8 -------- .../.idea/inspectionProfiles/Project_Default.xml | 6 ------ .idea/.idea.Lanceur/.idea/vcs.xml | 6 ------ 7 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 .idea/.idea.Lanceur/.idea/.gitignore delete mode 100644 .idea/.idea.Lanceur/.idea/.name delete mode 100644 .idea/.idea.Lanceur/.idea/dataSources.xml delete mode 100644 .idea/.idea.Lanceur/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Lanceur/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/.idea.Lanceur/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 4321ac44..1b324a81 100644 --- a/.gitignore +++ b/.gitignore @@ -355,5 +355,7 @@ tools/ .vscode/ # MacOS +.DS_Store -.DS_Store \ No newline at end of file +# Rider +/.idea \ No newline at end of file diff --git a/.idea/.idea.Lanceur/.idea/.gitignore b/.idea/.idea.Lanceur/.idea/.gitignore deleted file mode 100644 index 75bea936..00000000 --- a/.idea/.idea.Lanceur/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/modules.xml -/contentModel.xml -/projectSettingsUpdater.xml -/.idea.Lanceur.iml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.Lanceur/.idea/.name b/.idea/.idea.Lanceur/.idea/.name deleted file mode 100644 index 95a5acec..00000000 --- a/.idea/.idea.Lanceur/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Lanceur \ No newline at end of file diff --git a/.idea/.idea.Lanceur/.idea/dataSources.xml b/.idea/.idea.Lanceur/.idea/dataSources.xml deleted file mode 100644 index 04c59eaf..00000000 --- a/.idea/.idea.Lanceur/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/debug.sqlite - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/.idea.Lanceur/.idea/indexLayout.xml b/.idea/.idea.Lanceur/.idea/indexLayout.xml deleted file mode 100644 index 7b08163c..00000000 --- a/.idea/.idea.Lanceur/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Lanceur/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.Lanceur/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 5cb71ef0..00000000 --- a/.idea/.idea.Lanceur/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.Lanceur/.idea/vcs.xml b/.idea/.idea.Lanceur/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/.idea.Lanceur/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file