From 61d65d1e74ed4b55a99e341d2d51abbb4ad9cdc2 Mon Sep 17 00:00:00 2001 From: Hardy Pottinger Date: Thu, 28 Oct 2021 11:34:12 -0500 Subject: [PATCH] Ignoring jenv .java-version files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fc8dab2da9..2fcb46b993 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,7 @@ nb-configuration.xml ##Ignore JRebel project configuration rebel.xml + + +## Ignore jenv configuration +.java-version