forked from Qortal/qortal
8bdad377d7
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.
29 lines
404 B
Plaintext
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
|