Initial Commit
This commit is contained in:
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user