fix: Remove vendor directory on clean

This commit is contained in:
2026-02-17 19:43:09 -08:00
parent 8e39a1f23c
commit d961afd950
2 changed files with 1 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ arduino-cli monitor --port "${PORT:-/dev/ttyACM0}" --config baudrate=115200
[tasks.clean] [tasks.clean]
description = "Remove build artifacts" description = "Remove build artifacts"
run = """ run = """
rm -rf vendor/
rm -rf boards/esp32-32e/build rm -rf boards/esp32-32e/build
rm -rf boards/esp32-s3-lcd-43/build rm -rf boards/esp32-s3-lcd-43/build
echo "[OK] Build artifacts cleaned" echo "[OK] Build artifacts cleaned"

2
vendor/.gitignore vendored
View File

@@ -1,2 +0,0 @@
*
!.gitignore