From 00c3b32e2db200a2f42396ac7f8381704ec97268 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 10 Feb 2023 16:19:46 +0100 Subject: Initial Commit --- .idea/.idea.CoreWiki/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.CoreWiki/.idea/encodings.xml | 4 ++++ .idea/.idea.CoreWiki/.idea/indexLayout.xml | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 .idea/.idea.CoreWiki/.idea/.gitignore create mode 100644 .idea/.idea.CoreWiki/.idea/encodings.xml create mode 100644 .idea/.idea.CoreWiki/.idea/indexLayout.xml (limited to '.idea') diff --git a/.idea/.idea.CoreWiki/.idea/.gitignore b/.idea/.idea.CoreWiki/.idea/.gitignore new file mode 100644 index 0000000..772e131 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.CoreWiki.iml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.CoreWiki/.idea/encodings.xml b/.idea/.idea.CoreWiki/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.CoreWiki/.idea/indexLayout.xml b/.idea/.idea.CoreWiki/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3