From e066b30acfb6a082223c3c354fc1f5f8b44b7db6 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Mon, 2 Sep 2019 16:02:33 -0400 Subject: [PATCH] Added "target" directory to gitignore. This seems to be a leftover from the project's past use of Maven. I don't want it here, but until I can figure out how to remove it properly, this will do. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fb735e9..ad871cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bin/ +/target/ /libs/spigot-1.14.4.jar