From: Robin Date: Mon, 10 Nov 2025 10:17:26 +0000 (+0100) Subject: Added a Test.java class that can be used for testing. You can create a Test Class... X-Git-Url: https://git.eternal.ddnss.de/?a=commitdiff_plain;h=ad91032510c5ebb9ba030fce91a21fffd8406818;p=tankstelle.git Added a Test.java class that can be used for testing. You can create a Test Class without git recognising it as an active file --- diff --git a/.gitignore b/.gitignore index bdbddff..72013b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ target/maven-archiver/pom.properties *.class .vscode/settings.json target/* +src/main/java/de/diejungsvondertanke/tankstelle/Test.java