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?
Removing it gives the user more options; if they want to submit it via git, they can, if they don't, they can add /pkg to an external gitignore.
I think this is a problem on all targets
Most helpful comment
Removing it gives the user more options; if they want to submit it via git, they can, if they don't, they can add
/pkgto an external gitignore.