From 70eaa8a4fbd6465dd8dad524b3f202934beac3df Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 26 Apr 2025 10:13:59 -0700 Subject: [PATCH] Add README's to a few folders. --- assets/README.md | 3 +++ notes/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 assets/README.md create mode 100644 notes/README.md diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..dbf2f10 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,3 @@ +# Assets + +Images and other media for Buddy. diff --git a/notes/README.md b/notes/README.md new file mode 100644 index 0000000..e2dd400 --- /dev/null +++ b/notes/README.md @@ -0,0 +1,3 @@ +# Notes + +Any calculations, tests, or general ideas for functionality within Buddy. :)