feat: vs setting
This commit is contained in:
parent
342119cf0b
commit
6595394334
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"node_modules": true,
|
||||
"public": true,
|
||||
".vscode": true,
|
||||
"jsconfig.json": true,
|
||||
"package-lock.json": true,
|
||||
"index.html": true,
|
||||
".gitignore": true,
|
||||
"README.md": true,
|
||||
"package.json": true,
|
||||
"components.d.ts": true
|
||||
},
|
||||
"explorerExclude.backup": null
|
||||
}
|
||||
Loading…
Reference in New Issue