animiassumenda
Version:
Blox live, desktop app for managing staking accounts
30 lines (27 loc) • 662 B
JSON
{
"files.associations": {
".babelrc": "jsonc",
".eslintrc": "jsonc",
".stylelintrc": "json",
".dockerignore": "ignore",
".eslintignore": "ignore"
},
"javascript.validate.enable": false,
"javascript.format.enable": false,
"typescript.format.enable": false,
"search.exclude": {
".eslintcache": true,
".git": true,
"*.{css,sass,scss}.d.ts": true,
"app/dist": true,
"app/main.prod.js": true,
"app/main.prod.js.map": true,
"bower_components": true,
"dll": true,
"node_modules": true,
"npm-debug.log.*": true,
"release": true,
"test/**/__snapshots__": true,
"yarn.lock": true
}
}