home-climate-control/dz

Simplify project directory layout

Closed this issue · 0 comments

Existing State

Top level project directory contains about 50 files and subdirectories. Too many for a casual reader to wade through.

Desired State

Bare minimum necessary for the build tools to run. The list seems to be:

.github/
.gitignore
.gitmodules
LICENSE
README.md
build.gradle.kts
docs/
gradle/
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts

and whatever directories are necessary to keep the source code (and not the whole 23 subdirectories present there now).