Update library.json for Platform.IO

This commit is contained in:
Tilen Majerle 2021-12-16 21:38:07 +01:00
parent d7456fc4f2
commit a1c9078d2e

View File

@ -23,9 +23,12 @@
"platforms": "*",
"export": {
"exclude": [
".github",
"dev"
"docs",
"**/.vs",
"**/Debug"
"**/Debug",
"build",
]
}
}