From e2faf812c05232dc881fefb85b92249966378a60 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 15 Jun 2021 09:43:21 +1000 Subject: [PATCH] add rider config files --- .idea/.idea.buypeeb.dir/.idea/.gitignore | 13 +++++++++++++ .../.idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/.idea.buypeeb.dir/.idea/discord.xml | 6 ++++++ .idea/.idea.buypeeb.dir/.idea/encodings.xml | 4 ++++ .idea/.idea.buypeeb.dir/.idea/indexLayout.xml | 8 ++++++++ .../.idea/inspectionProfiles/Project_Default.xml | 9 +++++++++ .idea/.idea.buypeeb.dir/.idea/misc.xml | 6 ++++++ .idea/.idea.buypeeb.dir/.idea/vcs.xml | 6 ++++++ 8 files changed, 57 insertions(+) create mode 100644 .idea/.idea.buypeeb.dir/.idea/.gitignore create mode 100644 .idea/.idea.buypeeb.dir/.idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/discord.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/encodings.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/indexLayout.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/misc.xml create mode 100644 .idea/.idea.buypeeb.dir/.idea/vcs.xml diff --git a/.idea/.idea.buypeeb.dir/.idea/.gitignore b/.idea/.idea.buypeeb.dir/.idea/.gitignore new file mode 100644 index 0000000..5f0f394 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.buypeeb.iml +/contentModel.xml +/modules.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.buypeeb.dir/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.buypeeb.dir/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/discord.xml b/.idea/.idea.buypeeb.dir/.idea/discord.xml new file mode 100644 index 0000000..cd711a0 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/discord.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/encodings.xml b/.idea/.idea.buypeeb.dir/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/indexLayout.xml b/.idea/.idea.buypeeb.dir/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.buypeeb.dir/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..a0ac493 --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/misc.xml b/.idea/.idea.buypeeb.dir/.idea/misc.xml new file mode 100644 index 0000000..1d8c84d --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.buypeeb.dir/.idea/vcs.xml b/.idea/.idea.buypeeb.dir/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.buypeeb.dir/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file