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
+21
View File
@@ -0,0 +1,21 @@
# MacOS DS_Store files
.DS_Store
# Gradle cache folder
.gradle
# Gradle build folder
build
# IntelliJ
out/
.idea
*.iml
# mpeltonen/sbt-idea plugin
.idea_modules/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Common working directory
run