We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ce022 commit 414d61bCopy full SHA for 414d61b
electron-builder.json
@@ -6,18 +6,24 @@
6
"files": [
7
"**/*",
8
"!**/*.ts",
9
- "!*.code-workspace",
10
- "!LICENSE.md",
+ "!.github",
+ "!.vscode",
11
+ "!.code-workspace",
12
+ "!.npmrc",
13
+ "!*.md",
14
"!package.json",
15
"!package-lock.json",
16
"!src/",
17
"!e2e/",
18
"!hooks/",
- "!angular.json",
19
"!_config.yml",
20
+ "!angular.json",
21
+ "!tsconfig*.json",
22
+ "!tslint.json",
23
+ "!.eslintrc.json",
24
"!karma.conf.js",
- "!tsconfig.json",
- "!tslint.json"
25
+ "!angular.webpack.js",
26
+ "!*.map"
27
],
28
"win": {
29
"icon": "dist/assets/icons",
0 commit comments