Skip to content

Commit 58f094d

Browse files
committed
PR feedback: change the rule representations to be easier to understand (but equivalent in meaning)
1 parent 85215fc commit 58f094d

File tree

53 files changed

+159
-159
lines changed

Some content is hidden

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

53 files changed

+159
-159
lines changed

Diff for: apps/api-documenter/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/api-extractor-model/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/api-extractor/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/heft/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/rundown/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/rush-lib/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: apps/rush/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build-mocha/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build-sass/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build-serve/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build-typescript/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build-webpack/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/gulp-core-build/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/node-library-build/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: core-build/web-library-build/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: libraries/debug-certificate-manager/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: libraries/heft-config-file/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: libraries/load-themed-styles/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: libraries/node-core-library/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

Diff for: libraries/package-deps-hash/.npmignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO.
22

33
# Ignore all files by default, to avoid accidentally publishing unintended files.
4-
**
4+
*
55

66
# Use negative patterns to bring back the specific things we want to publish.
77
!/bin/**
@@ -12,8 +12,8 @@
1212

1313
# Ignore certain patterns that should not get published.
1414
/dist/*.stats.*
15-
/lib/**/test/*
16-
/lib-*/**/test/*
15+
/lib/**/test/
16+
/lib-*/**/test/
1717
*.test.js
1818

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

0 commit comments

Comments
 (0)