File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ node_modules/
22.npm
33.eslintcache
44.antlr
5+ .github /
6+ .gitignore
7+ .npmignore
58
69# Build
710bin /
@@ -10,22 +13,23 @@ build.txt
1013typings-autogen /
1114coverage /
1215
16+ # The following is commented out because
17+ # apparently optimizing the npm package
18+ # actually *lowers* npm's quality score :(
19+
1320# Dev env
14- .github /
15- .gitignore
16- .npmignore
17- .eslintrc.js
18- jsconfig.json
19- tsconfig.json
21+ # .eslintrc.js
22+ # jsconfig.json
23+ # tsconfig.json
2024
2125# Build system
22- build.binaries.config.mjs
23- build.binaries.mjs
24- rollup.config.bundletypes.mjs
25- rollup.config.package.mjs
26+ # build.binaries.config.mjs
27+ # build.binaries.mjs
28+ # rollup.config.bundletypes.mjs
29+ # rollup.config.package.mjs
2630
2731# Tests
28- test /
32+ # test/
2933
3034# Logs
3135logs
You can’t perform that action at this time.
0 commit comments