From ad91032510c5ebb9ba030fce91a21fffd8406818 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 10 Nov 2025 11:17:26 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0