Skip to content

Commit a46ae0c

Browse files
authored
Updating npmignores. (microsoft#89)
* Updating npmignores. * Rush change.
1 parent 436d1d9 commit a46ae0c

12 files changed

Lines changed: 286 additions & 130 deletions

File tree

api-extractor/.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@
66
!/lib/**
77
!/dist/**
88

9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
912
# NOTE: These don't need to be specified, because NPM includes them automatically.
1013
#
1114
# package.json
1215
# README (and its variants)
1316
# CHANGELOG (and its variants)
1417
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/web-library-build",
6+
"type": "none"
7+
},
8+
{
9+
"comment": "",
10+
"packageName": "@microsoft/package-deps-hash",
11+
"type": "none"
12+
},
13+
{
14+
"comment": "",
15+
"packageName": "@microsoft/node-library-build",
16+
"type": "none"
17+
},
18+
{
19+
"comment": "",
20+
"packageName": "@microsoft/gulp-core-build-webpack",
21+
"type": "none"
22+
},
23+
{
24+
"comment": "",
25+
"packageName": "@microsoft/gulp-core-build-typescript",
26+
"type": "none"
27+
},
28+
{
29+
"comment": "",
30+
"packageName": "@microsoft/gulp-core-build-serve",
31+
"type": "none"
32+
},
33+
{
34+
"comment": "",
35+
"packageName": "@microsoft/gulp-core-build-sass",
36+
"type": "none"
37+
},
38+
{
39+
"comment": "",
40+
"packageName": "@microsoft/gulp-core-build-mocha",
41+
"type": "none"
42+
},
43+
{
44+
"comment": "",
45+
"packageName": "@microsoft/gulp-core-build-karma",
46+
"type": "none"
47+
},
48+
{
49+
"comment": "",
50+
"packageName": "@microsoft/gulp-core-build",
51+
"type": "none"
52+
},
53+
{
54+
"comment": "",
55+
"packageName": "@microsoft/api-extractor",
56+
"type": "none"
57+
}
58+
],
59+
"email": "iclanton@users.noreply.github.com"
60+
}

gulp-core-build-karma/.npmignore

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
143

4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
!karma.config.js

gulp-core-build-mocha/.npmignore

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)

gulp-core-build-sass/.npmignore

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)

gulp-core-build-serve/.npmignore

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
.vscode
2-
src
3-
node_modules
4-
5-
.gitignore
6-
.gitattributes
7-
.editorconfig
8-
gulpfile.js
9-
lib/**/*.test.js
10-
lib/**/*.test.d.ts
11-
npm-shrinkwrap.json
12-
coverage
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)
Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
14-
lib/RunApiExtractorOnExternalApiTypes.*
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
lib/RunApiExtractorOnExternalApiTypes.*

gulp-core-build-webpack/.npmignore

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
!webpack.config.js

gulp-core-build/.npmignore

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
143

4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)

node-library-build/.npmignore

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
*.build.error.log
2-
*.build.log
3-
.editorconfig
4-
.gitattributes
5-
.gitignore
6-
.vscode
7-
coverage
8-
gulpfile.js
9-
lib/**/*.test.d.ts
10-
lib/**/*.test.js
11-
node_modules
12-
npm-shrinkwrap.json
13-
src
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
9+
# Ignore certain files in the above folder
10+
/dist/*.stats.*
11+
12+
# NOTE: These don't need to be specified, because NPM includes them automatically.
13+
#
14+
# package.json
15+
# README (and its variants)
16+
# CHANGELOG (and its variants)
17+
# LICENSE / LICENCE
18+
19+
## Project specific definitions
20+
# -----------------------------
21+
22+
# (Add your exceptions here)

0 commit comments

Comments
 (0)