Remove unused files in the PlatformIO package

This commit is contained in:
Benoit Blanchon
2024-01-04 18:01:52 +01:00
parent cc42373367
commit 3571db6290
2 changed files with 4 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ HEAD
---- ----
* Fix "no matching function" with `JsonObjectConst::operator[]` (issue #2019) * Fix "no matching function" with `JsonObjectConst::operator[]` (issue #2019)
* Remove unused files in the PlatformIO package
v7.0.0 (2024-01-03) v7.0.0 (2024-01-03)
------ ------

View File

@@ -12,11 +12,9 @@
"name": "Benoit Blanchon", "name": "Benoit Blanchon",
"url": "https://blog.benoitblanchon.fr" "url": "https://blog.benoitblanchon.fr"
}, },
"exclude": [ "export": {
".devcontainer", "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"]
".github", },
"extras"
],
"frameworks": "*", "frameworks": "*",
"platforms": "*", "platforms": "*",
"build": { "build": {