Initial Commit

This commit is contained in:
Ziver Koc 2021-02-25 23:31:31 +01:00
commit 265d54a484
36 changed files with 109235 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
### Trader files
trader.conf
### virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Intellij
.idea/
### Gradle
build/
bin/
target/
.gradle/