added code-workspace

This commit is contained in:
2024-09-08 14:54:32 +01:00
parent 5e4d695490
commit 6e3a7fcc9a

16
.code-workspace Normal file
View File

@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
},
],
"settings": {
"files.exclude": {
"**/*.tsx": true,
"**/*.css": true,
"**/*.json": true,
"node_modules": true,
"lib": true
}
}
}