You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
EXCLUDE_DEFAULT contains ".pio/", "**/.pio/" as expected for this folder and subfolders, but ".vscode" is just the top folder, it needs to add "**/.vscode" to include subfolders.
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:
Thank you.
The text was updated successfully, but these errors were encountered: