Initial Commit

This commit is contained in:
2020-09-17 21:59:10 +02:00
commit 22435ca3fb
130 changed files with 91018 additions and 0 deletions

14
.vscodeignore Normal file
View File

@@ -0,0 +1,14 @@
.vscode/**
**/*.ts
**/*.map
.gitignore
**/tsconfig.json
**/tsconfig.base.json
contributing.md
.travis.yml
client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
!client/node_modules/vscode-languageserver-protocol/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/semver/**