feat: hide
This commit is contained in:
parent
f8c9c4be6b
commit
66e7e20df3
|
|
@ -1,23 +1,5 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/.git": false,
|
||||
"**/.svn": false,
|
||||
"**/.hg": false,
|
||||
"**/CVS": false,
|
||||
"**/.DS_Store": false,
|
||||
"**/Thumbs.db": false,
|
||||
"node_modules": false,
|
||||
"public": false,
|
||||
".vscode": false,
|
||||
"jsconfig.json": false,
|
||||
"package-lock.json": false,
|
||||
"index.html": false,
|
||||
".gitignore": false,
|
||||
"README.md": false,
|
||||
"package.json": false,
|
||||
"components.d.ts": false
|
||||
},
|
||||
"explorerExclude.backup": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
|
|
@ -33,6 +15,9 @@
|
|||
".gitignore": true,
|
||||
"README.md": true,
|
||||
"package.json": true,
|
||||
"components.d.ts": true
|
||||
}
|
||||
"components.d.ts": true,
|
||||
"tailwind.config.js": true,
|
||||
"postcss.config.js": true
|
||||
},
|
||||
"explorerExclude.backup": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue