From fbb670868f0042dfbc5874a89f472600f23a7d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:00:43 +0000 Subject: [PATCH] Update repo structure --- README.md | 15 ++------------- repo_structure.txt | 15 ++------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f8ee0cea9..3572da01c 100644 --- a/README.md +++ b/README.md @@ -42,24 +42,17 @@ ``` -├── CODE_OF_CONDUCT.md -├── CONTRIBUTING.md ├── DOTENV ├── Information/ │ ├── CODE_OF_CONDUCT.md -│ ├── Create Contributing.md +│ ├── CONTRIBUTING.md │ ├── LICENSE │ ├── Learn.md -│ ├── desktop.png │ ├── index.txt │ └── style-guide.md ├── LICENSE ├── Mystical-fantaies.html ├── README.md -├── SwapReads/ -│ └── assets/ -│ └── images/ -│ └── ctc2.png ├── assets/ │ ├── JSON/ │ │ ├── package-lock.json @@ -87,7 +80,6 @@ │ │ ├── socialmedia.css │ │ ├── style.css │ │ ├── styles.css -│ │ ├── swiper-bundle.min.css │ │ ├── test-style.css │ │ └── visitors.css │ ├── event.css @@ -161,7 +153,6 @@ │ │ ├── forgot-pass.html │ │ ├── freeBooks.html │ │ ├── googlece7a206a6cfbb7ed.html -│ │ ├── index.html │ │ ├── login.html │ │ ├── mood.html │ │ ├── mylogin.html @@ -361,7 +352,6 @@ │ ├── lotery ticket.jpeg │ └── the-magic-shop-17 (1).jpg ├── audiobook.html -├── benefits.png ├── biographies.html ├── books.html ├── chat.css @@ -391,10 +381,8 @@ ├── exchangeHub.css ├── footer1.css ├── footer1.html -├── genre.png ├── help.html ├── historical-chronicals.html -├── home.png ├── index.html ├── intriguing-mysteries.html ├── lib.jpg @@ -427,6 +415,7 @@ ├── sense-sensibility_01_austen_64kb.mp3 ├── server.js ├── signup1.html +├── sitemap.html ├── stackbit.config.ts ├── stay_connect.css ├── subscribe.html diff --git a/repo_structure.txt b/repo_structure.txt index e52b40a99..034571a22 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -1,21 +1,14 @@ -├── CODE_OF_CONDUCT.md -├── CONTRIBUTING.md ├── DOTENV ├── Information/ │ ├── CODE_OF_CONDUCT.md -│ ├── Create Contributing.md +│ ├── CONTRIBUTING.md │ ├── LICENSE │ ├── Learn.md -│ ├── desktop.png │ ├── index.txt │ └── style-guide.md ├── LICENSE ├── Mystical-fantaies.html ├── README.md -├── SwapReads/ -│ └── assets/ -│ └── images/ -│ └── ctc2.png ├── assets/ │ ├── JSON/ │ │ ├── package-lock.json @@ -43,7 +36,6 @@ │ │ ├── socialmedia.css │ │ ├── style.css │ │ ├── styles.css -│ │ ├── swiper-bundle.min.css │ │ ├── test-style.css │ │ └── visitors.css │ ├── event.css @@ -117,7 +109,6 @@ │ │ ├── forgot-pass.html │ │ ├── freeBooks.html │ │ ├── googlece7a206a6cfbb7ed.html -│ │ ├── index.html │ │ ├── login.html │ │ ├── mood.html │ │ ├── mylogin.html @@ -317,7 +308,6 @@ │ ├── lotery ticket.jpeg │ └── the-magic-shop-17 (1).jpg ├── audiobook.html -├── benefits.png ├── biographies.html ├── books.html ├── chat.css @@ -347,10 +337,8 @@ ├── exchangeHub.css ├── footer1.css ├── footer1.html -├── genre.png ├── help.html ├── historical-chronicals.html -├── home.png ├── index.html ├── intriguing-mysteries.html ├── lib.jpg @@ -383,6 +371,7 @@ ├── sense-sensibility_01_austen_64kb.mp3 ├── server.js ├── signup1.html +├── sitemap.html ├── stackbit.config.ts ├── stay_connect.css ├── subscribe.html