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:
Zontreck 2022-09-26 19:20:02 -07:00
parent 873fafbccb
commit 6847fb3367
6 changed files with 96 additions and 35 deletions

3
.gitignore vendored
View file

@ -13,6 +13,9 @@ out
*.iml
.idea
# vscode
.vscode
# gradle
build
.gradle