canonical-web-and-design / practices

Guides and principles from the web team at Canonical and Ubuntu
https://canonical-web-and-design.github.io/practices/
Other
44 stars 30 forks source link

Add advice for safely specifying files for npm packaging. #213

Closed squidsoup closed 4 years ago

squidsoup commented 4 years ago

Context

Some of our projects are currently using .npmignore, which is not recommended by npm. .npmignore primarily exists to support projects that are not using git.

nottrobin commented 4 years ago

:+1: looks good. Important point.