mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-11 15:45:43 +00:00
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/.rush": true,
|
|
"**/lib": true,
|
|
"**/.heft": true,
|
|
"**/_api-extractor-temp": true,
|
|
"**/svelte.config.js": true,
|
|
"**/postcss.config.js": true,
|
|
"**/node_modules": true,
|
|
"**/temp": true
|
|
},
|
|
"explorerExclude.backup": null
|
|
} |