Skip to content

Commit 1a448ee

Browse files
authored
Fix issues with missing files in published @microsoft/load-themed-styles and @rushstack/hashed-folder-copy-plugin. (#5673)
* Normalize .npmignores. * Rush change. * fixup! Normalize .npmignores. * fixup! Rush change.
1 parent 737b20a commit 1a448ee

File tree

170 files changed

+1324
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1324
-84
lines changed

apps/api-documenter/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/api-extractor/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/cpu-profile-summarizer/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/heft/.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#
@@ -31,6 +35,4 @@
3135
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
3236
# ---------------------------------------------------------------------------
3337

34-
!/includes/**
3538
!UPGRADING.md
36-
lib-*/legacy-compatibility/**

apps/lockfile-explorer/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/playwright-browser-tunnel/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/rundown/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/rush-mcp-server/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

apps/rush/.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#
@@ -30,6 +34,6 @@
3034
# ---------------------------------------------------------------------------
3135
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
3236
# ---------------------------------------------------------------------------
37+
3338
/lib-*/start-dev.*
3439
/lib-*/start-dev-docs.*
35-

apps/trace-import/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!/includes/**
1112

1213
!CHANGELOG.md
1314
!CHANGELOG.json
@@ -20,6 +21,9 @@
2021
/lib/**/test/
2122
/lib-*/**/test/
2223
*.test.js
24+
*.test.[cm]js
25+
*.test.d.ts
26+
*.test.d.[cm]ts
2327

2428
# NOTE: These don't need to be specified, because NPM includes them automatically.
2529
#

0 commit comments

Comments
 (0)