This assures that the out/src folder for esdoc2-publish-html-plugin does not get removed when publishing. Right now this occurs because the toplevel .gitignore specifies out. By adding a .npmignore to the plugin folder the toplevel .gitignore gets overruled.
Thanks! I was thinking about using the files prop in package.json but since this works, and I've not had any time to work on this and I greatly appreciate your help a ton I'm merging it :)
This assures that the
out/src
folder for esdoc2-publish-html-plugin does not get removed when publishing. Right now this occurs because the toplevel.gitignore
specifiesout
. By adding a.npmignore
to the plugin folder the toplevel.gitignore
gets overruled.