Skip to content

Commit 414d61b

Browse files
committed
misc/ remove useless files from final package
1 parent 08ce022 commit 414d61b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

electron-builder.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@
66
"files": [
77
"**/*",
88
"!**/*.ts",
9-
"!*.code-workspace",
10-
"!LICENSE.md",
9+
"!.github",
10+
"!.vscode",
11+
"!.code-workspace",
12+
"!.npmrc",
13+
"!*.md",
1114
"!package.json",
1215
"!package-lock.json",
1316
"!src/",
1417
"!e2e/",
1518
"!hooks/",
16-
"!angular.json",
1719
"!_config.yml",
20+
"!angular.json",
21+
"!tsconfig*.json",
22+
"!tslint.json",
23+
"!.eslintrc.json",
1824
"!karma.conf.js",
19-
"!tsconfig.json",
20-
"!tslint.json"
25+
"!angular.webpack.js",
26+
"!*.map"
2127
],
2228
"win": {
2329
"icon": "dist/assets/icons",

0 commit comments

Comments
 (0)