Let's add an .npmignore file to prevent any binaries from being published with the module. Despite the gitignore being present, this can result in, for example, developing on a Mac and accidentally including the mac binaries in the published module - then downstream users installing via linux will hit the following error:
Let's add an .npmignore file to prevent any binaries from being published with the module. Despite the gitignore being present, this can result in, for example, developing on a Mac and accidentally including the mac binaries in the published module - then downstream users installing via linux will hit the following error:
cc @mapbox/core-tech