updated readme to explain folder structure

This commit is contained in:
Cameron Seamons 2026-01-11 13:04:17 -07:00
parent eeb306feb6
commit 95f821de18
2 changed files with 4 additions and 2 deletions

View file

@ -83,7 +83,7 @@
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
"git-widget-placeholder": "Merging main",
"git-widget-placeholder": "main",
"junie.onboarding.icon.badge.shown": "true",
"kotlin-language-version-configured": "true",
"node.js.detected.package.eslint": "true",
@ -123,7 +123,7 @@
<workItem from="1767678323979" duration="16130000" />
<workItem from="1767837943314" duration="237000" />
<workItem from="1767838192168" duration="17826000" />
<workItem from="1768158295756" duration="2781000" />
<workItem from="1768158295756" duration="3544000" />
</task>
<task id="LOCAL-00001" summary="updated module output folders">
<option name="closed" value="true" />

View file

@ -13,6 +13,8 @@ The goal is to build strong fundamentals in:
## Repository Structure
Each Java Class is a **standalone mini-project**
(This is technically a terrible way to organize. <br>
But it's the most accessible to view each project. So it is what it is )
---