Initial Commit

This commit is contained in:
2023-05-11 11:36:56 +02:00
commit b78a3c1820
113 changed files with 13158 additions and 0 deletions

15
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"files.exclude": {
"*/system": true,
"system" : true,
"node_modules": true,
".vscode": true,
"lib": true,
"tsconfig.json": true
},
"search.exclude": {
"*/system": true
},
"css.lint.emptyRules": "ignore",
"html.customData": ["./lib/data/jelly_schema.json"]
}