skip build artifacts during component deploying

This commit is contained in:
Alex Lisitsyn
2023-03-01 22:30:21 +08:00
parent 8e3771847f
commit 1741a27a87

View File

@ -1,11 +1,11 @@
version: "1.0.9"
version: "1.0.10"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies:
idf: ">=4.1"
files:
exclude:
- "docs/_build/**/*"
- "docs/_build"
- "test/**/build/**/*"
- "test/**/build"
- "docs/**/*"
- "docs"
- "test/**/*"
- "test"