The .npmignore of all packages in this project currently use a "blocklist" approach - i.e. they specify globs of things that shouldn't be published. This should be updated to use an "allowlist" instead - i.e. they should specify globs of things that should be published.
Initiative
Description
The
.npmignore
of all packages in this project currently use a "blocklist" approach - i.e. they specify globs of things that shouldn't be published. This should be updated to use an "allowlist" instead - i.e. they should specify globs of things that should be published.Example
Progress
Related
150
205
424
436
As this issue concerns all package, the labels of individual packages won't be added.