PathToSharePoint 8e5c265a01 Add 'samples/react-cherry-picked-content/' from commit '85f9d532109135b43305e2f00923188c16c04226'
git-subtree-dir: samples/react-cherry-picked-content
git-subtree-mainline: 51eebc82dec61439c77fd4ac8046f689bc5daeb4
git-subtree-split: 85f9d532109135b43305e2f00923188c16c04226
2022-03-09 23:43:24 -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"
}