fix: Remove vendor directory on clean

This commit is contained in:
2026-02-17 19:43:09 -08:00
parent 8c92487a47
commit 4e963b97b0
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]
description = "Remove build artifacts"
run = """
rm -rf vendor/
rm -rf boards/esp32-32e/build
rm -rf boards/esp32-s3-lcd-43/build
echo "[OK] Build artifacts cleaned"

View File

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