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've been using Publish-Module for quite a few years, and all of my modules are maintained in GitHub with local clones. When I published to the PS Gallery before, it never copied the .git and GitHub related folders. With Publish-PSResource it's copying up everything. Is there a way to filter out those folders/files during a Publish-PSResource operation?
Summary of the new feature / enhancement
I've been using Publish-Module for quite a few years, and all of my modules are maintained in GitHub with local clones. When I published to the PS Gallery before, it never copied the .git and GitHub related folders. With Publish-PSResource it's copying up everything. Is there a way to filter out those folders/files during a Publish-PSResource operation?
Proposed technical implementation details (optional)
Add a -Exclude parameter maybe?
The text was updated successfully, but these errors were encountered: