From caa4625efa70728f3470b08c1dc92e007c795578 Mon Sep 17 00:00:00 2001 From: dark98 Date: Wed, 10 Mar 2021 22:53:32 +0000 Subject: [PATCH] Ignore Build Jars --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20bfa888..7119fdc2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .idea/workspace.xml **/.idea/workspace.xml **/.idea/* -*.iml \ No newline at end of file +**/*.jar +*.iml