Removed outdated qortal.jar from "WindowsInstaller/Install Files" directory.

Including an older JAR in the source code only leads to confusion, because a zip of the source code is automatically included with each github release. From what I can see, there is no need for it to be here. Added to .gitignore so we have the option of keeping a local copy.
This commit is contained in:
CalDescent
2021-06-14 18:41:27 +01:00
parent b1777b6011
commit 8bdad377d7
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -25,3 +25,4 @@
/*.jar
/run.pid
/run.log
/WindowsInstaller/Install Files/qortal.jar