From d8065c5070a73fb2f62c25b907a055ea41730283 Mon Sep 17 00:00:00 2001 From: Govindas Date: Mon, 18 Oct 2021 11:52:39 +0300 Subject: [PATCH] Do not ignore .jar it is needed for compilation to work --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 713a152..a741ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ out .idea *.iml # Package Files # -*.jar *.war *.nar *.ear @@ -28,4 +27,3 @@ out # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -