Fixed build-arduino-package.sh to ignore .vs/

This commit is contained in:
Benoit Blanchon
2020-08-01 15:35:04 +02:00
parent e4cfa701d8
commit 1f8636d762

View File

@ -10,6 +10,7 @@ rm -f $OUTPUT
# create zip # create zip
7z a $OUTPUT \ 7z a $OUTPUT \
-xr!.vs \
ArduinoJson/CHANGELOG.md \ ArduinoJson/CHANGELOG.md \
ArduinoJson/examples \ ArduinoJson/examples \
ArduinoJson/src \ ArduinoJson/src \