Sergej Schwabauer 23ccd70394 Add 'samples/react-password-vault/' from commit '22740453e61169c2eb056cb1849e6a2621352b28'
git-subtree-dir: samples/react-password-vault
git-subtree-mainline: c5a075351d21d3b6e27f04c0b64afcf3578bc6ae
git-subtree-split: 22740453e61169c2eb056cb1849e6a2621352b28
2023-10-27 10:00:02 +02:00

13 lines
402 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
// Configure glob patterns for excluding files and folders in the file explorer.
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/bower_components": true,
"**/coverage": true,
"**/lib-amd": true,
"src/**/*.scss.ts": true
},
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
}