From 8fde5da3ce9da246734c0e2f1cf7464c539ae5bf Mon Sep 17 00:00:00 2001 From: Jop Middelkamp Date: Thu, 29 Aug 2024 08:52:30 +0200 Subject: [PATCH] Enabled sharing Rider settings for teams --- .gitignore | 5 +++-- .idea/.idea.stellar-dotnet-sdk/.idea/.gitignore | 15 +++++++++++++++ .idea/.idea.stellar-dotnet-sdk/.idea/.name | 1 + .../.idea.stellar-dotnet-sdk/.idea/encodings.xml | 4 ++++ .../.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.stellar-dotnet-sdk/.idea/vcs.xml | 6 ++++++ stellar-dotnet-sdk.sln.DotSettings | 15 +++++++++++++++ 7 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 .idea/.idea.stellar-dotnet-sdk/.idea/.gitignore create mode 100644 .idea/.idea.stellar-dotnet-sdk/.idea/.name create mode 100644 .idea/.idea.stellar-dotnet-sdk/.idea/encodings.xml create mode 100644 .idea/.idea.stellar-dotnet-sdk/.idea/indexLayout.xml create mode 100644 .idea/.idea.stellar-dotnet-sdk/.idea/vcs.xml create mode 100644 stellar-dotnet-sdk.sln.DotSettings diff --git a/.gitignore b/.gitignore index 1e65569f..23841596 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ project.lock.json .vscode #Rider -.idea +#.idea # User-specific files *.suo @@ -37,6 +37,7 @@ packages/ # Visual Studio 2015 .vs/ -*.DotSettings +#*.DotSettings +stellar-dotnet-sdk.sln.DotSettings.user .idea/.idea.stellar-dotnetcore-sdk/.idea/workspace.xml stellar-dotnet-sdk-test/coverage.opencover.xml diff --git a/.idea/.idea.stellar-dotnet-sdk/.idea/.gitignore b/.idea/.idea.stellar-dotnet-sdk/.idea/.gitignore new file mode 100644 index 00000000..fac04d76 --- /dev/null +++ b/.idea/.idea.stellar-dotnet-sdk/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/.idea.stellar-dotnet-sdk.iml +/modules.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/.idea/.idea.stellar-dotnet-sdk/.idea/.name b/.idea/.idea.stellar-dotnet-sdk/.idea/.name new file mode 100644 index 00000000..358773bf --- /dev/null +++ b/.idea/.idea.stellar-dotnet-sdk/.idea/.name @@ -0,0 +1 @@ +stellar-dotnet-sdk \ No newline at end of file diff --git a/.idea/.idea.stellar-dotnet-sdk/.idea/encodings.xml b/.idea/.idea.stellar-dotnet-sdk/.idea/encodings.xml new file mode 100644 index 00000000..df87cf95 --- /dev/null +++ b/.idea/.idea.stellar-dotnet-sdk/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.stellar-dotnet-sdk/.idea/indexLayout.xml b/.idea/.idea.stellar-dotnet-sdk/.idea/indexLayout.xml new file mode 100644 index 00000000..7b08163c --- /dev/null +++ b/.idea/.idea.stellar-dotnet-sdk/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.stellar-dotnet-sdk/.idea/vcs.xml b/.idea/.idea.stellar-dotnet-sdk/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/.idea.stellar-dotnet-sdk/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/stellar-dotnet-sdk.sln.DotSettings b/stellar-dotnet-sdk.sln.DotSettings new file mode 100644 index 00000000..dc4d9574 --- /dev/null +++ b/stellar-dotnet-sdk.sln.DotSettings @@ -0,0 +1,15 @@ + + Required + Required + Required + Required + True + 0 + CHOP_ALWAYS + SC + True + True + True + True + True + True \ No newline at end of file