From 26a85940822424ca22d670d73b81671414413c21 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:59:55 -0700 Subject: [PATCH] Cherry-pick https://github.com/microsoft/rushstack/pull/4851/commits/06e9af3c9517bc7ca871e16e6f97baddb906ce4c --- eslint-plugin/.npmignore | 5 +++-- tsdoc-config/.npmignore | 5 +++-- tsdoc/.npmignore | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/eslint-plugin/.npmignore b/eslint-plugin/.npmignore index ca403e9..bc349f9 100644 --- a/eslint-plugin/.npmignore +++ b/eslint-plugin/.npmignore @@ -8,10 +8,12 @@ !/lib/** !/lib-*/** !/dist/** + !CHANGELOG.md !CHANGELOG.json -!ThirdPartyNotice.txt !heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -28,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/tsdoc-config/.npmignore b/tsdoc-config/.npmignore index ca403e9..bc349f9 100644 --- a/tsdoc-config/.npmignore +++ b/tsdoc-config/.npmignore @@ -8,10 +8,12 @@ !/lib/** !/lib-*/** !/dist/** + !CHANGELOG.md !CHANGELOG.json -!ThirdPartyNotice.txt !heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -28,4 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - diff --git a/tsdoc/.npmignore b/tsdoc/.npmignore index e8f9030..dcb00eb 100644 --- a/tsdoc/.npmignore +++ b/tsdoc/.npmignore @@ -8,10 +8,12 @@ !/lib/** !/lib-*/** !/dist/** + !CHANGELOG.md !CHANGELOG.json -!ThirdPartyNotice.txt !heft-plugin.json +!rush-plugin-manifest.json +!ThirdPartyNotice.txt # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -29,5 +31,4 @@ # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - !/schemas/**