Linda Krausz 23760ec883 Add 'samples/react-palette-picker/' from commit 'dcde76ef2831679651d02494596d71e853104c57'
git-subtree-dir: samples/react-palette-picker
git-subtree-mainline: 62221196e70e7e82802cf132403bb4f15fcb6d98
git-subtree-split: dcde76ef2831679651d02494596d71e853104c57
2022-08-01 14:07:15 +10: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"
}