|
1652 | 1652 | "description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
|
1653 | 1653 | "type": "boolean"
|
1654 | 1654 | },
|
| 1655 | + "disableDefaultIgnoredFiles": { |
| 1656 | + "default": false, |
| 1657 | + "description": "Whether to exclude all default ignored files(https://www.electron.build/configuration/contents#files) and options. Defaults to `false`.", |
| 1658 | + "type": [ |
| 1659 | + "null", |
| 1660 | + "boolean" |
| 1661 | + ] |
| 1662 | + }, |
1655 | 1663 | "electronLanguages": {
|
1656 | 1664 | "anyOf": [
|
1657 | 1665 | {
|
|
2275 | 2283 | "description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
|
2276 | 2284 | "type": "boolean"
|
2277 | 2285 | },
|
| 2286 | + "disableDefaultIgnoredFiles": { |
| 2287 | + "default": false, |
| 2288 | + "description": "Whether to exclude all default ignored files(https://www.electron.build/configuration/contents#files) and options. Defaults to `false`.", |
| 2289 | + "type": [ |
| 2290 | + "null", |
| 2291 | + "boolean" |
| 2292 | + ] |
| 2293 | + }, |
2278 | 2294 | "electronLanguages": {
|
2279 | 2295 | "anyOf": [
|
2280 | 2296 | {
|
|
2905 | 2921 | "description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
|
2906 | 2922 | "type": "boolean"
|
2907 | 2923 | },
|
| 2924 | + "disableDefaultIgnoredFiles": { |
| 2925 | + "default": false, |
| 2926 | + "description": "Whether to exclude all default ignored files(https://www.electron.build/configuration/contents#files) and options. Defaults to `false`.", |
| 2927 | + "type": [ |
| 2928 | + "null", |
| 2929 | + "boolean" |
| 2930 | + ] |
| 2931 | + }, |
2908 | 2932 | "electronLanguages": {
|
2909 | 2933 | "anyOf": [
|
2910 | 2934 | {
|
|
6057 | 6081 | "description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
|
6058 | 6082 | "type": "boolean"
|
6059 | 6083 | },
|
| 6084 | + "disableDefaultIgnoredFiles": { |
| 6085 | + "default": false, |
| 6086 | + "description": "Whether to exclude all default ignored files(https://www.electron.build/configuration/contents#files) and options. Defaults to `false`.", |
| 6087 | + "type": [ |
| 6088 | + "null", |
| 6089 | + "boolean" |
| 6090 | + ] |
| 6091 | + }, |
6060 | 6092 | "electronLanguages": {
|
6061 | 6093 | "anyOf": [
|
6062 | 6094 | {
|
|
6695 | 6727 | }
|
6696 | 6728 | ]
|
6697 | 6729 | },
|
| 6730 | + "disableDefaultIgnoredFiles": { |
| 6731 | + "default": false, |
| 6732 | + "description": "Whether to exclude all default ignored files(https://www.electron.build/configuration/contents#files) and options. Defaults to `false`.", |
| 6733 | + "type": [ |
| 6734 | + "null", |
| 6735 | + "boolean" |
| 6736 | + ] |
| 6737 | + }, |
6698 | 6738 | "disableSanityCheckAsar": {
|
6699 | 6739 | "default": false,
|
6700 | 6740 | "description": "Whether to disable sanity check asar package (useful for custom electron forks that implement their own encrypted integrity validation)",
|
|
0 commit comments