blob: f5d7a7602ae9912379cf1cf634d95309ebe92cd9 (
plain)
1
2
3
4
5
6
7
8
|
// Place your settings in this file to overwrite default and user settings.
{
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.build": true,
"**/*.hex": true
}
}
|