From 84c1673346dd6d2de0bc25d6cf98743c8ed1a078 Mon Sep 17 00:00:00 2001 From: okseby Date: Mon, 22 May 2023 05:55:36 -0400 Subject: [PATCH] Add artifact output folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 737e3d7..9dad37f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ target/ .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ +out/ *.iws *.iml *.ipr