Exclude .build and .hex from Visual Studio code
parent
6e2cae4cda
commit
448b91689f
@ -0,0 +1,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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue