initialize project structure with core plugin systems, database management, and questionnaire flow

This commit is contained in:
Dmitrii
2026-04-16 15:52:32 +03:00
commit fbe93f095d
13 changed files with 468 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary