repo: init

Only basic things for now, to make sure the JavaFX setup works.
This commit is contained in:
2025-09-25 21:47:02 +07:00
commit cfa487e99c
13 changed files with 493 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
bin
# Ignore IDE-specific files
.idea
.vscode