From 5422ba2e41194e16180d9d22755f260e436bb721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Wed, 14 Aug 2024 14:56:54 +0200 Subject: [PATCH] improve: add .java-version to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f3ddc0c32..6f4bbe6a01 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ target/ .factorypath .mvn/wrapper/maven-wrapper.jar + +.java-version \ No newline at end of file