updated readme to explain folder structure
This commit is contained in:
parent
eeb306feb6
commit
95f821de18
2 changed files with 4 additions and 2 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
"RunOnceActivity.git.unshallow": "true",
|
"RunOnceActivity.git.unshallow": "true",
|
||||||
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
||||||
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "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",
|
"junie.onboarding.icon.badge.shown": "true",
|
||||||
"kotlin-language-version-configured": "true",
|
"kotlin-language-version-configured": "true",
|
||||||
"node.js.detected.package.eslint": "true",
|
"node.js.detected.package.eslint": "true",
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
<workItem from="1767678323979" duration="16130000" />
|
<workItem from="1767678323979" duration="16130000" />
|
||||||
<workItem from="1767837943314" duration="237000" />
|
<workItem from="1767837943314" duration="237000" />
|
||||||
<workItem from="1767838192168" duration="17826000" />
|
<workItem from="1767838192168" duration="17826000" />
|
||||||
<workItem from="1768158295756" duration="2781000" />
|
<workItem from="1768158295756" duration="3544000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="updated module output folders">
|
<task id="LOCAL-00001" summary="updated module output folders">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ The goal is to build strong fundamentals in:
|
||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
Each Java Class is a **standalone mini-project**
|
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 )
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue