refactor: split up code in 4 modules

This commit is contained in:
2024-01-10 11:21:09 +02:00
parent c10d071346
commit cfa0e001b9
172 changed files with 983 additions and 934 deletions

5
.gitignore vendored
View File

@@ -2,12 +2,15 @@
!/src
!/src/**/*
/src/assets/js/ts.js
!/doc
!/doc/**/*
!/tests
!/tests/**/*
!/.github
!/.github/**/*