added code-workspace
This commit is contained in:
16
.code-workspace
Normal file
16
.code-workspace
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/*.tsx": true,
|
||||||
|
"**/*.css": true,
|
||||||
|
"**/*.json": true,
|
||||||
|
"node_modules": true,
|
||||||
|
"lib": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user