zachroberts8668 103d7d19a7 Add 'samples/react-personal-greeting/' from commit 'b74fadbcf18a07ebe352855f80708e275a62cdec'
git-subtree-dir: samples/react-personal-greeting
git-subtree-mainline: b0f72f0b0f9ced34725e9acc6a7fcc2930fd703f
git-subtree-split: b74fadbcf18a07ebe352855f80708e275a62cdec
2020-04-14 09:10:02 -04: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"
}