Initial Commit
This commit is contained in:
commit
265d54a484
36 changed files with 109235 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue