File tree Expand file tree Collapse file tree
gulp-core-build-typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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. *
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments