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 often publish a local version of an example I have so that I can revert the changes, but there's some files commonly ignored that I need to remove from the final sandbox, or even prevent the publish if I don't remove them first. A couple examples are:
dist
.next
I could see even .env, which would be even more problematic.
When gathering the files to publish, it should first check git to list any files that are ignored in the current repo and not publish those.
I'm happy to do a PR if it's clear where to add these checks + will be approved.
I often publish a local version of an example I have so that I can revert the changes, but there's some files commonly ignored that I need to remove from the final sandbox, or even prevent the publish if I don't remove them first. A couple examples are:
I could see even
.env
, which would be even more problematic.When gathering the files to publish, it should first check git to list any files that are ignored in the current repo and not publish those.
I'm happy to do a PR if it's clear where to add these checks + will be approved.
Thanks!
similar issue: #67
The text was updated successfully, but these errors were encountered: