From 04c18d4fdff2156b84ca601ef9ac1b5c62b76d77 Mon Sep 17 00:00:00 2001 From: Humenius Date: Fri, 12 Jun 2020 16:07:33 +0200 Subject: [PATCH] Fix .gitignore for Java compiler output --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d88683b..2394013 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # IntelliJ folders -**/.out/ -/.out/ +**/out/ +out/ # Java Compiler output **/bin/