Open
Description
I noticed while updating my library that pio pkg publish is including the .vscode folder under the project examples, even though these are in the .gitignore and should not be included.
These files contain user names, file names and other generated data and should not be part of the library upload.
I suggest either:
- checking the .gitignore and respecting the same ignores
- adding an exclude option to the cli
- Providing other means to upload without having these files included
Thank you.