Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions apps/api-documenter/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
19 changes: 10 additions & 9 deletions apps/api-extractor/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,14 +24,10 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------

# (Add your project-specific overrides here)
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
!/extends/*.json
19 changes: 11 additions & 8 deletions apps/heft/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,15 +24,13 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE
# README.md
# LICENSE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------

# (Add your project-specific overrides here)
!/includes/**
!UPGRADING.md
!heft-plugin.json

18 changes: 10 additions & 8 deletions apps/lockfile-explorer/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
18 changes: 10 additions & 8 deletions apps/rundown/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
18 changes: 10 additions & 8 deletions apps/rush/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,15 +24,12 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
/lib/start-dev.*
/lib/start-dev-docs.*

# (Add your project-specific overrides here)
19 changes: 10 additions & 9 deletions apps/trace-import/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,13 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------

# (Add your project-specific overrides here)
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-documenter"
}
],
"packageName": "@microsoft/api-documenter",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-extractor-model"
}
],
"packageName": "@microsoft/api-extractor-model",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-extractor"
}
],
"packageName": "@microsoft/api-extractor",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/load-themed-styles"
}
],
"packageName": "@microsoft/load-themed-styles",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/loader-load-themed-styles"
}
],
"packageName": "@microsoft/loader-load-themed-styles",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "none",
"packageName": "@microsoft/rush"
}
],
"packageName": "@microsoft/rush",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/webpack5-load-themed-styles-loader"
}
],
"packageName": "@microsoft/webpack5-load-themed-styles-loader",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/debug-certificate-manager"
}
],
"packageName": "@rushstack/debug-certificate-manager",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-bulk"
}
],
"packageName": "@rushstack/eslint-bulk",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-config"
}
],
"packageName": "@rushstack/eslint-config",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-patch"
}
],
"packageName": "@rushstack/eslint-patch",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-plugin-packlets"
}
],
"packageName": "@rushstack/eslint-plugin-packlets",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-plugin-security"
}
],
"packageName": "@rushstack/eslint-plugin-security",
"email": "[email protected]"
}
Loading