mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-07-28 04:07:18 +00:00
8 lines
108 B
JSON
8 lines
108 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"build/": true
|
|
}
|
|
}
|