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.

This commit is contained in:
David Berdik 2019-09-02 16:02:33 -04:00
parent 956acaae91
commit e066b30acf

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/bin/
/target/
/libs/spigot-1.14.4.jar