update gitignore

This commit is contained in:
Morph01
2025-03-31 14:05:35 +02:00
parent dd361e8cea
commit 53a09df32f
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
build
config.properties
.direnv
app/bin/

View File

@@ -36,11 +36,6 @@ java {
}
}
application {
// Define the main class for the application.
mainClass = 'clientserver.App'
}
tasks.named('test') {
// Use JUnit Platform for unit tests.
useJUnitPlatform()