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

apps/api-documenter/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/api-extractor-model/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/api-extractor/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/heft/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/rundown/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/rush-lib/.npmignore

Lines changed: 3 additions & 3 deletions
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.

apps/rush/.npmignore

Lines changed: 3 additions & 3 deletions
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.

core-build/gulp-core-build-mocha/.npmignore

Lines changed: 3 additions & 3 deletions
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.

core-build/gulp-core-build-sass/.npmignore

Lines changed: 3 additions & 3 deletions
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.

core-build/gulp-core-build-serve/.npmignore

Lines changed: 3 additions & 3 deletions
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)