From 2b59b1b564898f720675df481045719e2525c7b9 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Tue, 9 Nov 2021 09:54:53 -0500 Subject: [PATCH] Move WIP to draft Also add project settings --- .../.idea/.gitignore | 13 +++++++++++++ .../.idea/encodings.xml | 4 ++++ .../.idea/indexLayout.xml | 8 ++++++++ .../.idea/vcs.xml | 6 ++++++ .idea/sonarlint/issuestore/index.pb | 0 .../introduction.md | 0 6 files changed, 31 insertions(+) create mode 100644 .idea/.idea.blog.bitbadger.solutions.dir/.idea/.gitignore create mode 100644 .idea/.idea.blog.bitbadger.solutions.dir/.idea/encodings.xml create mode 100644 .idea/.idea.blog.bitbadger.solutions.dir/.idea/indexLayout.xml create mode 100644 .idea/.idea.blog.bitbadger.solutions.dir/.idea/vcs.xml create mode 100644 .idea/sonarlint/issuestore/index.pb rename source/{_posts/2021/a-tour-of-myprayerjournal-v3 => _drafts}/introduction.md (100%) diff --git a/.idea/.idea.blog.bitbadger.solutions.dir/.idea/.gitignore b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/.gitignore new file mode 100644 index 0000000..96257be --- /dev/null +++ b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.blog.bitbadger.solutions.iml +/modules.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.blog.bitbadger.solutions.dir/.idea/encodings.xml b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.blog.bitbadger.solutions.dir/.idea/indexLayout.xml b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.blog.bitbadger.solutions.dir/.idea/vcs.xml b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.blog.bitbadger.solutions.dir/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 0000000..e69de29 diff --git a/source/_posts/2021/a-tour-of-myprayerjournal-v3/introduction.md b/source/_drafts/introduction.md similarity index 100% rename from source/_posts/2021/a-tour-of-myprayerjournal-v3/introduction.md rename to source/_drafts/introduction.md