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 [
](https://ko-fi.com/bassamanator).
+Support [open source](https://en.wikipedia.org/wiki/Open_source), and buy me a [
](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)