From a2edca80783cc59bb135ee7c17a1381544579dab Mon Sep 17 00:00:00 2001 From: victor perez ngounou Date: Sat, 24 Sep 2022 15:11:40 +0200 Subject: [PATCH] Idea Solution --- Sources/.idea/.idea.Solution/.idea/.gitignore | 13 +++++++++++++ Sources/.idea/.idea.Solution/.idea/.name | 1 + Sources/.idea/.idea.Solution/.idea/encodings.xml | 4 ++++ Sources/.idea/.idea.Solution/.idea/indexLayout.xml | 8 ++++++++ Sources/.idea/.idea.Solution/.idea/vcs.xml | 6 ++++++ 5 files changed, 32 insertions(+) create mode 100644 Sources/.idea/.idea.Solution/.idea/.gitignore create mode 100644 Sources/.idea/.idea.Solution/.idea/.name create mode 100644 Sources/.idea/.idea.Solution/.idea/encodings.xml create mode 100644 Sources/.idea/.idea.Solution/.idea/indexLayout.xml create mode 100644 Sources/.idea/.idea.Solution/.idea/vcs.xml diff --git a/Sources/.idea/.idea.Solution/.idea/.gitignore b/Sources/.idea/.idea.Solution/.idea/.gitignore new file mode 100644 index 0000000..fa63cd1 --- /dev/null +++ b/Sources/.idea/.idea.Solution/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.Solution.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Sources/.idea/.idea.Solution/.idea/.name b/Sources/.idea/.idea.Solution/.idea/.name new file mode 100644 index 0000000..ba86dff --- /dev/null +++ b/Sources/.idea/.idea.Solution/.idea/.name @@ -0,0 +1 @@ +Solution \ No newline at end of file diff --git a/Sources/.idea/.idea.Solution/.idea/encodings.xml b/Sources/.idea/.idea.Solution/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/Sources/.idea/.idea.Solution/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Sources/.idea/.idea.Solution/.idea/indexLayout.xml b/Sources/.idea/.idea.Solution/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Sources/.idea/.idea.Solution/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Sources/.idea/.idea.Solution/.idea/vcs.xml b/Sources/.idea/.idea.Solution/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Sources/.idea/.idea.Solution/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file