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
In Deno, packages are usually hosted on github or other git hosting platforms.
But now the content of generated pkg/.gitignore is *, which will prevent pkg from being submitted to git.
Should the * in the .gitignore of the Deno target be deleted?
The text was updated successfully, but these errors were encountered:
In Deno, packages are usually hosted on github or other git hosting platforms.
But now the content of generated pkg/.gitignore is
*
, which will prevent pkg from being submitted to git.Should the
*
in the .gitignore of the Deno target be deleted?The text was updated successfully, but these errors were encountered: