From bd91fdef8025eff0d503fc3305f91d3d98eff62f Mon Sep 17 00:00:00 2001 From: bassamanator Date: Sun, 14 Jan 2024 21:17:28 -0500 Subject: [PATCH] Adjust Directory Structure. --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b68ec96..cc3950b 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ PURGE_LINE Please ⭐ star this repository! -If you found my work useful, buy me a [Ko-fi](https://ko-fi.com/bassamanator). +Support [open source](https://en.wikipedia.org/wiki/Open_source), and buy me a [Ko-fi](https://ko-fi.com/bassamanator). [🔼 Back to top](#outline) @@ -256,24 +256,25 @@ If you found my work useful, buy me a [ +- Items that can _optionally_ be deleted are marked with a 💠. + ```sh ├── cfgs/ ✅ -├── CODE_OF_CONDUCT.md ❌ -├── CONTRIBUTING.md ❌ -├── .github/ ❌ -├── .gitignore ❌ -├── images/ ❌ -├── LICENSE ❌ -├── misc/ ❌ +├── CODE_OF_CONDUCT.md 💠 +├── CONTRIBUTING.md 💠 +├── .git/ ✅❔ +├── .github/ 💠 +├── .gitignore ✅❔ +├── images/ 💠 +├── LICENSE 💠 +├── misc/ 💠 ├── moonraker.conf ✅ ├── osskc.cfg ✅ ├── printer.cfg ✅ -├── README.md ❌ -├── SECURITY.md ❌ -└── .vscode/ ❌ +├── README.md 💠 +├── SECURITY.md 💠 +└── .vscode/ 💠 ``` [🔼 Back to top](#outline)