repo: init
Only basic things for now, to make sure the JavaFX setup works.
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user