Wasm-pack: 'pkg/.gitignore' in deno target

Created on 28 Aug 2020  路  2Comments  路  Source: rustwasm/wasm-pack

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?

feature request needs discussion question

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 /pkg to an external gitignore.

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TorstenStueber picture TorstenStueber  路  3Comments

ashleygwilliams picture ashleygwilliams  路  3Comments

Bernd-L picture Bernd-L  路  3Comments

pablosichert picture pablosichert  路  4Comments

mgattozzi picture mgattozzi  路  4Comments