v1.1.0
Add configuration file, and properties contained within Fix server functionality where a server might use a hub server. Add gitignore for vscode folder.
This commit is contained in:
parent
873fafbccb
commit
6847fb3367
6 changed files with 96 additions and 35 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,6 +13,9 @@ out
|
|||
*.iml
|
||||
.idea
|
||||
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
# gradle
|
||||
build
|
||||
.gradle
|
||||
|
|
Reference in a new issue