PathToSharePoint f6b1756c76 Add 'samples/react-ppw-html/' from commit '1d033d0348cda84f2cd1d524b4a853c997d1f767'
git-subtree-dir: samples/react-ppw-html
git-subtree-mainline: 120045d2876ddf4c69df0c76621ac26e2ae66070
git-subtree-split: 1d033d0348cda84f2cd1d524b4a853c997d1f767
2022-02-09 22:42:05 -08: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"
}