misc/ remove useless files from final package

This commit is contained in:
Maxime GRIS
2021-03-21 11:55:29 +01:00
parent 08ce0221aa
commit 414d61b334

View File

@@ -6,18 +6,24 @@
"files": [
"**/*",
"!**/*.ts",
"!*.code-workspace",
"!LICENSE.md",
"!.github",
"!.vscode",
"!.code-workspace",
"!.npmrc",
"!*.md",
"!package.json",
"!package-lock.json",
"!src/",
"!e2e/",
"!hooks/",
"!angular.json",
"!_config.yml",
"!angular.json",
"!tsconfig*.json",
"!tslint.json",
"!.eslintrc.json",
"!karma.conf.js",
"!tsconfig.json",
"!tslint.json"
"!angular.webpack.js",
"!*.map"
],
"win": {
"icon": "dist/assets/icons",