platform/.vscode/settings.json
Andrey Sobolev 13f0569127
Tracker: Board view (#1325)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-08 10:01:44 +07:00

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
}