qmk_firmware/.vscode/settings.json
2017-07-08 21:59:51 -04:00

8 lines
224 B
JSON

// 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
}
}