fix: Remove vendor directory on clean
This commit is contained in:
@@ -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
2
vendor/.gitignore
vendored
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
Reference in New Issue
Block a user