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. description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus url: https://github.com/espressif/esp-modbus
dependencies: dependencies:
idf: ">=4.1" idf: ">=4.1"
files: files:
exclude: exclude:
- "docs/_build/**/*" - "docs/**/*"
- "docs/_build" - "docs"
- "test/**/build/**/*" - "test/**/*"
- "test/**/build" - "test"