From ce73f55789e03505b198fc026f39bc396872fbb2 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Mon, 6 Mar 2023 21:07:03 +0100 Subject: [PATCH] Rider stuff --- .gitignore | 3 ++- .idea/.idea.Moonlight/.idea/.gitignore | 13 +++++++++++++ .../.idea.Moonlight/.idea/efCoreCommonOptions.xml | 11 +++++++++++ .idea/.idea.Moonlight/.idea/efCoreDialogsState.xml | 14 ++++++++++++++ .idea/.idea.Moonlight/.idea/encodings.xml | 4 ++++ .idea/.idea.Moonlight/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.Moonlight/.idea/vcs.xml | 6 ++++++ 7 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.Moonlight/.idea/.gitignore create mode 100644 .idea/.idea.Moonlight/.idea/efCoreCommonOptions.xml create mode 100644 .idea/.idea.Moonlight/.idea/efCoreDialogsState.xml create mode 100644 .idea/.idea.Moonlight/.idea/encodings.xml create mode 100644 .idea/.idea.Moonlight/.idea/indexLayout.xml create mode 100644 .idea/.idea.Moonlight/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 14bf608..4ec99a8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ _UpgradeReport_Files/ Thumbs.db Desktop.ini -.DS_Store \ No newline at end of file +.DS_Store +.idea/.idea.Moonlight/.idea/discord.xml \ No newline at end of file diff --git a/.idea/.idea.Moonlight/.idea/.gitignore b/.idea/.idea.Moonlight/.idea/.gitignore new file mode 100644 index 0000000..4a2ea51 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/projectSettingsUpdater.xml +/modules.xml +/.idea.Moonlight.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Moonlight/.idea/efCoreCommonOptions.xml b/.idea/.idea.Moonlight/.idea/efCoreCommonOptions.xml new file mode 100644 index 0000000..c23c5d6 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/efCoreCommonOptions.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Moonlight/.idea/efCoreDialogsState.xml b/.idea/.idea.Moonlight/.idea/efCoreDialogsState.xml new file mode 100644 index 0000000..acb9617 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/efCoreDialogsState.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Moonlight/.idea/encodings.xml b/.idea/.idea.Moonlight/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Moonlight/.idea/indexLayout.xml b/.idea/.idea.Moonlight/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Moonlight/.idea/vcs.xml b/.idea/.idea.Moonlight/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Moonlight/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file