qortal/.gitignore
CalDescent 8bdad377d7 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.
2021-06-14 18:41:27 +01:00

29 lines
404 B
Plaintext

/db*
/bin/
/target/
/qortal-backup/
/log.txt.*
/arbitrary*
/Qortal-BTC*
/.factorypath
/.settings*
/.classpath
/.project
/log4j2-test.properties
/.mvn.classpath
/notes*
/settings.json
/testnet*
/settings*.json
/testchain.json
/run-testnet.sh
/.idea
/qortal.iml
.DS_Store
/src/main/resources/resources
/src/main/resources/log*.properties
/*.jar
/run.pid
/run.log
/WindowsInstaller/Install Files/qortal.jar