From b0ae54820d4da24ca20c38b6f53b3950a31d408a Mon Sep 17 00:00:00 2001 From: nlf Date: Wed, 10 Mar 2021 12:48:32 -0800 Subject: [PATCH] chore: skip publishing some unnecessary files PR-URL: https://github.com/npm/cli/pull/2851 Credit: @nlf Close: #2851 Reviewed-by: @isaacs --- .npmignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.npmignore b/.npmignore index d1b1fde3d4e0d..409905efd2776 100644 --- a/.npmignore +++ b/.npmignore @@ -15,8 +15,18 @@ node_modules/npm-registry-mock /coverage/ # don't need these in the npm package. +Makefile +.licensee.json +.mailmap +changelogs/* +configure +make.bat +scripts html/*.png docs/nav.yml +docs/config.json +docs/dockhand.js +docs/template.html # don't ignore .npmignore files # these are used in some tests.